diff --git a/net-libs/libnpupnp/libnpupnp-4.0.14.recipe b/net-libs/libnpupnp/libnpupnp-4.0.14.recipe index c73e27cfd..0ee9ec4b7 100644 --- a/net-libs/libnpupnp/libnpupnp-4.0.14.recipe +++ b/net-libs/libnpupnp/libnpupnp-4.0.14.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2000-2003 Intel Corporation 2006 Michel Pfeiffer and others 2020 Jean-Francois Dockes" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://framagit.org/medoc92/npupnp/-/archive/libnpupnp-v${portVersion}/npupnp-libnpupnp-v${portVersion}.tar.bz2" CHECKSUM_SHA256="6c19004bebc0d74900f9b6e025e8eb54030fe788341b58085a7992b3cdb2a9ed" SOURCE_DIR="npupnp-libnpupnp-v$portVersion" @@ -69,8 +69,21 @@ defineDebugInfoPackage libnpupnp$secondaryArchSuffix \ BUILD() { ./autogen.sh - LDFLAGS="-lnetwork" runConfigure ./configure - make + + LDFLAGS="-lnetwork" runConfigure ./configure \ + --enable-client \ + --enable-debug \ + --enable-device \ + --enable-gena \ + --enable-ipv6 \ + --enable-optssdp \ + --enable-reuseaddr \ + --enable-soap \ + --enable-ssdp \ + --enable-tools \ + --enable-webserver + + make $jobArgs } INSTALL()