summaryrefslogtreecommitdiffstats
path: root/network/xaric
diff options
context:
space:
mode:
author Matteo Bernardini2020-12-06 15:02:45 +0100
committer Robby Workman2021-04-18 07:09:50 +0200
commit10edc2cfa0fc4e5cdb2200262e79eac1f35276f6 (patch)
treeae3f55ff385c5f50798c6b15ea64c6d7090e91d0 /network/xaric
parent29ccab18ab09ce9d2aeea53018d7b7a0089561bd (diff)
downloadslackbuilds-10edc2cfa0fc4e5cdb2200262e79eac1f35276f6.tar.gz
network/xaric: Add a fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/xaric')
-rw-r--r--network/xaric/xaric.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/xaric/xaric.SlackBuild b/network/xaric/xaric.SlackBuild
index c729e5fbd8..e80a1ad274 100644
--- a/network/xaric/xaric.SlackBuild
+++ b/network/xaric/xaric.SlackBuild
@@ -54,7 +54,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
sed -i 's,/usr/local,/usr,' $PRGNAM.1
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -w -Wl,--allow-multiple-definition" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \