network/rtorrent: Make sure libpthread is linked.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-10 09:34:37 +02:00 committed by Robby Workman
parent 79a313fdbb
commit c8d8154eab
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
PRGNAM=rtorrent PRGNAM=rtorrent
VERSION=0.9.0 VERSION=0.9.0
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -53,6 +53,7 @@ cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
chmod -R u+w,go+r-w,a-s . chmod -R u+w,go+r-w,a-s .
LDFLAGS="-lpthread" \
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \