From 2462e24aa54cbb743c40ccdf8bb6d279ebfca716 Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 4 Sep 2022 13:15:10 +0200 Subject: [PATCH] bump version libtirpc-1.3.3 --- make/libraries.mk | 1 + make/versions.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5