diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-26 23:49:49 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-26 21:57:08 -0600 |
commit | 3b6b20b0ebb52e4e695db0fc5a284cd60e7a3a57 (patch) | |
tree | 9cfc294eb87155e44eb4e03bbd8b9915d0da8abc /network/profanity | |
parent | 258ffdc11c9489fac886ac5da64b649abc79e781 (diff) |
network/profanity: Add -fcommon to CFLAGS.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network/profanity')
-rw-r--r-- | network/profanity/profanity.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/profanity/profanity.SlackBuild b/network/profanity/profanity.SlackBuild index ec7ab425b4263..4aaa2f5c048be 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 \ |