From d562e8adadfc0fce42120eef4b2ad198efda973d Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 23 Oct 2014 14:44:35 +0700 Subject: academic/metis: Build static library. This is required for openmodelica. Signed-off-by: Willy Sudiarto Raharjo --- academic/metis/metis.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'academic/metis') diff --git a/academic/metis/metis.SlackBuild b/academic/metis/metis.SlackBuild index 114e6cf475..061b7362c7 100644 --- a/academic/metis/metis.SlackBuild +++ b/academic/metis/metis.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=metis VERSION=${VERSION:-4.0.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -53,7 +53,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; patch -p1 < $CWD/autotoolize.diff autoreconf -vif @@ -68,7 +68,6 @@ CFLAGS="$SLKCFLAGS" \ --infodir=/usr/info \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --enable-shared \ - --disable-static \ --build=$ARCH-slackware-linux make -- cgit v1.2.3