summaryrefslogtreecommitdiffstats
path: root/system/hexec
diff options
context:
space:
mode:
author B. Watson2021-08-25 21:28:18 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:42 +0200
commit354b550f8d28c422cec4da29d9b13fa4226cc7d0 (patch)
treee6bfd2913beae4e8d85ede645a2ff154a9484606 /system/hexec
parent6a8c309a1f0b5906279c928dcd7078bc59bd8064 (diff)
downloadslackbuilds-354b550f8d28c422cec4da29d9b13fa4226cc7d0.tar.gz
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.SlackBuild6
-rw-r--r--system/hexec/hexec.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/system/hexec/hexec.SlackBuild b/system/hexec/hexec.SlackBuild
index 1242e61431..f25e30ef2c 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 38aa37ca5f..147f0d50a5 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=""