diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-31 03:23:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:55 +0700 |
commit | 80a46954e2096bf3d6a8cde254b4c05cfe419f07 (patch) | |
tree | 2c4047b7d4fb4057d1833cebc1a4681ac698ae71 /development/hexe | |
parent | eb02e789e5eac7d570a34048007e86c17c0fee43 (diff) |
development/hexe: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hexe')
-rw-r--r-- | development/hexe/hexe.SlackBuild | 5 |
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 |