mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/guile1.8: Disable static.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
579fce5d77
commit
67bdc4365a
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue