summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2021-06-16 20:29:21 +0200
committer Matteo Bernardini2021-06-16 20:30:23 +0200
commit8676642741022e72777ef08798cae8a68b44a933 (patch)
treebb3e51e56963dcb036e1ac736287af8e3b442ea6
parenteac6b8da04acf0bfe289ec8687996b850be34baa (diff)
downloadslackbuilds-8676642741022e72777ef08798cae8a68b44a933.tar.gz
desktop/glabels: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--desktop/glabels/glabels.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/glabels/glabels.SlackBuild b/desktop/glabels/glabels.SlackBuild
index 14e37c2584..fac8dbb612 100644
--- a/desktop/glabels/glabels.SlackBuild
+++ b/desktop/glabels/glabels.SlackBuild
@@ -71,7 +71,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 -w -Wl,--allow-multiple-definition" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \