|
@ -4,13 +4,14 @@ |
|
|
#
|
|
|
#
|
|
|
################################################################################
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
LIBTIRPC_VERSION = 1.3.2 |
|
|
LIBTIRPC_VERSION = 1.3.3 |
|
|
LIBTIRPC_DIR = libtirpc-$(LIBTIRPC_VERSION) |
|
|
LIBTIRPC_DIR = libtirpc-$(LIBTIRPC_VERSION) |
|
|
LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2 |
|
|
LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2 |
|
|
LIBTIRPC_SITE = https://sourceforge.net/projects/libtirpc/files/libtirpc/$(LIBTIRPC_VERSION) |
|
|
LIBTIRPC_SITE = https://sourceforge.net/projects/libtirpc/files/libtirpc/$(LIBTIRPC_VERSION) |
|
|
|
|
|
|
|
|
LIBTIRPC_CONF_OPTS = \
|
|
|
LIBTIRPC_CONF_OPTS = \
|
|
|
--disable-gssapi |
|
|
--disable-gssapi \
|
|
|
|
|
|
--without-openldap |
|
|
|
|
|
|
|
|
ifeq ($(BOXSERIES),hd1) |
|
|
ifeq ($(BOXSERIES),hd1) |
|
|
define LIBTIRPC_DISABLE_IPV6 |
|
|
define LIBTIRPC_DISABLE_IPV6 |
|
|