office/myrulib: Fixed underlinking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3b1267c076
commit
39a08d3147
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue