misc/par2cmdline-tbb: Fixed underlinking.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-21 15:45:30 +02:00 committed by Robby Workman
parent 50d924afa0
commit 17cfbdfe7a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
PRGNAM=par2cmdline-tbb
VERSION=0.4_tbb_20100203
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
DIRNAME=$(echo $PRGNAM | tr -d "\-tbb")
@ -54,6 +54,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
LDFLAGS="-lrt" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \