mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Gentoo config (#5671)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user