From: Markham Date: Sun, 4 Sep 2022 11:15:10 +0000 (+0200) Subject: bump version libtirpc-1.3.3 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=2462e24aa54cbb743c40ccdf8bb6d279ebfca716;p=bs-cst-neutrino-hd.git bump version libtirpc-1.3.3 --- diff --git a/make/libraries.mk b/make/libraries.mk index 98079ae..022fa60 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -254,6 +254,7 @@ $(D)/lib_tirpc: $(ARCHIVE)/libtirpc-$(LIBTIRPC_VER).tar.bz2 | $(TARGETPREFIX) --target=$(TARGET) \ --prefix= \ --disable-gssapi \ + --without-openldap \ --enable-silent-rules \ --mandir=/.remove \ ; \ diff --git a/make/versions.mk b/make/versions.mk index 5882d8d..5675f43 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -140,7 +140,7 @@ LIBGLIB2_VER = $(LIBGLIB2_VER_MAJOR).$(LIBGLIB2_VER_MINOR).$(LIBGLIB2_VER_MICRO) LIBPNG_VER=1.6.37 # The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc. -LIBTIRPC_VER = 1.3.2 +LIBTIRPC_VER = 1.3.3 # libupnp; portable Universal Plug and Play (UPnP) needed for ushare LIBUPNP_VER = 1.6.25