office/myrulib: Fixed underlinking.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Fridrich von Stauffenberg 2012-09-10 17:47:35 +02:00 committed by Robby Workman
parent 3b1267c076
commit 39a08d3147
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=myrulib
VERSION=${VERSION:-0.29.9}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,6 +69,7 @@ chown -R root:root .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-lpng -ljpeg" \
./configure \
--prefix=/usr \
--build=$ARCH-slackware-linux \