development/guile1.8: Disable static.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-09-15 17:13:13 +07:00
parent 579fce5d77
commit 67bdc4365a
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -23,7 +23,7 @@
PRGNAM=guile1.8
SRCNAM=guile
VERSION=${VERSION:-1.8.8}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -77,9 +77,10 @@ CFLAGS="$SLKCFLAGS" \
--with-threads \
--program-suffix=1.8 \
--disable-error-on-warning \
--disable-static \
--build=$ARCH-slackware-linux
make -j1
make -j1 LDFLAGS+="-lpthread"
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \