From 3b6b20b0ebb52e4e695db0fc5a284cd60e7a3a57 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sat, 26 Feb 2022 23:49:49 +0000 Subject: network/profanity: Add -fcommon to CFLAGS. Signed-off-by: Dave Woodfall --- network/profanity/profanity.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/profanity/profanity.SlackBuild b/network/profanity/profanity.SlackBuild index ec7ab425b4..4aaa2f5c04 100644 --- a/network/profanity/profanity.SlackBuild +++ b/network/profanity/profanity.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=profanity VERSION=${VERSION:-0.5.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ -- cgit v1.2.3