From c8d8154eab85d966a08fde2c6dfcc949451318f5 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 10 Sep 2012 09:34:37 +0200 Subject: network/rtorrent: Make sure libpthread is linked. Signed-off-by: Matteo Bernardini --- network/rtorrent/rtorrent.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index ddf86df91d..9b42cef630 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -12,7 +12,7 @@ PRGNAM=rtorrent VERSION=0.9.0 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,6 +53,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +LDFLAGS="-lpthread" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3