network/ucarp: Add -fcommon to CFLAGS.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2022-02-25 19:37:42 +00:00 committed by Willy Sudiarto Raharjo
parent 3e36ca23d7
commit 4ab44ebd6b
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ucarp
VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -89,7 +89,7 @@ find -L . \
patch -p1 <$CWD/getopt.patch
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \