Browse Source
development/guile1.8: Disable static.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/25/head
Willy Sudiarto Raharjo
9 years ago
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with
3 additions and
2 deletions
-
development/guile1.8/guile1.8.SlackBuild
|
|
|
@ -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 \ |
|
|
|
|