From 80a46954e2096bf3d6a8cde254b4c05cfe419f07 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 31 Aug 2021 03:23:54 -0400 Subject: development/hexe: Fix -current build. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/hexe/hexe.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'development/hexe/hexe.SlackBuild') diff --git a/development/hexe/hexe.SlackBuild b/development/hexe/hexe.SlackBuild index fb4d7adbbf1bb..40e61eb47a8c4 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,\,,' $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 -- cgit v1.2.3