Browse Source

- libtirpc: bump version to 1.3.3

master
vanhofen 2 years ago
parent
commit
e1aec3bee4
  1. 5
      package/libtirpc/libtirpc.mk

5
package/libtirpc/libtirpc.mk

@ -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

Loading…
Cancel
Save