transmission: link against libnetwork.so.

This commit is contained in:
Jérôme Duval
2016-12-05 20:48:56 +01:00
parent 7b24032b13
commit b449fa1a87

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2005-2016 By the respective authors"
LICENSE="Transmission
MIT
GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/transmission/transmission-releases/raw/master/transmission-$portVersion.tar.xz"
CHECKSUM_SHA256="3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f"
PATCHES="transmission-$portVersion.patchset"
@@ -58,7 +58,7 @@ BUILD()
{
export CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
export CXXFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS"
export LDFLAGS="-lposix_error_mapper"
export LDFLAGS="-lposix_error_mapper -lnetwork"
runConfigure ./configure --without-gtk --enable-cli
make
}