summaryrefslogtreecommitdiffstats
path: root/misc/g15daemon
diff options
context:
space:
mode:
author Matteo Bernardini2020-12-11 13:53:44 +0100
committer Robby Workman2021-04-18 06:24:30 +0200
commitf57823f4359e9343ecd2ee8b89ad30e5b3a30d1c (patch)
treeb8a0af5e1dc4ea72806535264d6b4544a4d5a835 /misc/g15daemon
parent015d32ee28a32e41175a0bd085ae6a2fde721ede (diff)
downloadslackbuilds-f57823f4359e9343ecd2ee8b89ad30e5b3a30d1c.tar.gz
misc/g15daemon: Pass -fcommon for gcc >= 10.x.
Thanks to Lockywolf on LQ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/g15daemon')
-rw-r--r--misc/g15daemon/g15daemon.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/g15daemon/g15daemon.SlackBuild b/misc/g15daemon/g15daemon.SlackBuild
index 32b216e4eb..39b167efd7 100644
--- a/misc/g15daemon/g15daemon.SlackBuild
+++ b/misc/g15daemon/g15daemon.SlackBuild
@@ -75,7 +75,7 @@ find -L . \
# Thanks to Gentoo bugzilla people!
patch -p1 < "$CWD/g15daemon-1.9.5.3-uinput.patch"
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--disable-static \