diff options
Diffstat (limited to 'system')
-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 1242e614314a0..f25e30ef2c981 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 38aa37ca5fbac..147f0d50a52ea 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="" |