mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
transmission: link against libnetwork.so.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user