Gentoo config (#5671)

This commit is contained in:
extrowerk
2021-02-06 09:42:45 +01:00
committed by GitHub
parent a30fe08720
commit 60ef3f18e4

View File

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