aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/hexe/hexe.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/development/hexe/hexe.SlackBuild b/development/hexe/hexe.SlackBuild
index fb4d7adbbf1b..40e61eb47a8c 100644
--- a/development/hexe/hexe.SlackBuild
+++ b/development/hexe/hexe.SlackBuild
@@ -26,9 +26,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
@@ -70,7 +67,7 @@ patch -p1 < $CWD/fix-b-option.diff
# Get rid of inline warnings
sed -i 's,\<inline\>,,' $PRGNAM.h
-make CFLAGS="-Wall $SLKCFLAGS"
+make CFLAGS="-Wall $SLKCFLAGS -fcommon"
mkdir -p $PKG/usr/bin
install -s -m0755 -oroot -groot $PRGNAM $PKG/usr/bin