From e9cf9ecb0061ce5be6fb6d5c793ad97836c619bd Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 12 May 2022 22:13:09 +0200 Subject: [PATCH] - libupnp: bump version to 1.14.12 --- package/libupnp/libupnp.mk | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk index ce6319ab..8bc129e0 100644 --- a/package/libupnp/libupnp.mk +++ b/package/libupnp/libupnp.mk @@ -4,14 +4,21 @@ # ################################################################################ -LIBUPNP_VERSION = 1.6.25 +LIBUPNP_VERSION = 1.14.12 LIBUPNP_DIR = libupnp-$(LIBUPNP_VERSION) LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2 -LIBUPNP_SITE = http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20$(LIBUPNP_VERSION) +LIBUPNP_SITE = http://downloads.sourceforge.net/project/pupnp/release-$(LIBUPNP_VERSION) +LIBUPNP_DEPENDENCIES += openssl + +LIBUPNP_CONF_ENV = \ + ac_cv_lib_compat_ftime=no + +# Bind the internal miniserver socket with reuseaddr to allow clean restarts. LIBUPNP_CONF_OPTS = \ - --enable-shared \ - --disable-static + --disable-samples \ + --enable-open-ssl \ + --enable-reuseaddr libupnp: | $(TARGET_DIR) $(call autotools-package)