diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-25 15:28:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:42 +0700 |
commit | 354b550f8d28c422cec4da29d9b13fa4226cc7d0 (patch) | |
tree | e6bfd2913beae4e8d85ede645a2ff154a9484606 /system/hexec | |
parent | 6a8c309a1f0b5906279c928dcd7078bc59bd8064 (diff) |
system/hexec: Get rid of static lib.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hexec')
-rw-r--r-- | system/hexec/hexec.SlackBuild | 6 | ||||
-rw-r--r-- | system/hexec/hexec.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/hexec/hexec.SlackBuild b/system/hexec/hexec.SlackBuild index 1242e614314a..f25e30ef2c98 100644 --- a/system/hexec/hexec.SlackBuild +++ b/system/hexec/hexec.SlackBuild @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -73,10 +70,13 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ + --enable-shared \ --build=$ARCH-slackware-linux make make install-strip DESTDIR=$PKG +rm -f $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/*.la gzip $PKG/usr/man/man?/*.? # NEWS and README are 0-byte placeholders. GNU thinks it can force diff --git a/system/hexec/hexec.info b/system/hexec/hexec.info index 38aa37ca5fba..147f0d50a52e 100644 --- a/system/hexec/hexec.info +++ b/system/hexec/hexec.info @@ -1,7 +1,7 @@ PRGNAM="hexec" VERSION="0.2.1" HOMEPAGE="https://packages.debian.org/sid/hexec" -DOWNLOAD="http://deb.debian.org/debian/pool/main/h/hexec/hexec_0.2.1.orig.tar.gz" +DOWNLOAD="https://deb.debian.org/debian/pool/main/h/hexec/hexec_0.2.1.orig.tar.gz" MD5SUM="ceec7e57107efecf10d943137b0f5180" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |