system/hexec: Get rid of static lib.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a8c309a1f
commit
354b550f8d
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue