From b449fa1a87bd18f767a89593b6aedd0f1d2a8c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 5 Dec 2016 20:48:56 +0100 Subject: [PATCH] transmission: link against libnetwork.so. --- net-p2p/transmission/transmission-2.92.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/transmission/transmission-2.92.recipe b/net-p2p/transmission/transmission-2.92.recipe index d0b28d9e8..25ed74020 100644 --- a/net-p2p/transmission/transmission-2.92.recipe +++ b/net-p2p/transmission/transmission-2.92.recipe @@ -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 }