summaryrefslogtreecommitdiffstats
path: root/network/glusterfs
diff options
context:
space:
mode:
author Matteo Bernardini2021-02-12 22:48:30 +0100
committer Robby Workman2021-04-18 06:25:23 +0200
commitec7589e0c1f7e22eea94ac1d57c2b2c5074b0835 (patch)
tree5c4405e0b46fd755c3c1c8753ee861d80f084c4b /network/glusterfs
parentb8126b677b9349fc54cea2e7c82bff671d32993f (diff)
downloadslackbuilds-ec7589e0c1f7e22eea94ac1d57c2b2c5074b0835.tar.gz
network/glusterfs: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/glusterfs')
-rw-r--r--network/glusterfs/glusterfs.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/glusterfs/glusterfs.SlackBuild b/network/glusterfs/glusterfs.SlackBuild
index 099eb7f2ee..ffc71919d3 100644
--- a/network/glusterfs/glusterfs.SlackBuild
+++ b/network/glusterfs/glusterfs.SlackBuild
@@ -70,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -w -Wl,--allow-multiple-definition" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \