diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-08 18:58:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:36:00 +0700 |
commit | 1610858349c9b586339821907d80f2bde6adddec (patch) | |
tree | 4b48e08965b8c6ceef9b771f727ded90ea602f87 /desktop/ee/ee.SlackBuild | |
parent | 335dabc63730e97b1273c34f1d46442047cbc967 (diff) |
desktop/ee: Fix for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ee/ee.SlackBuild')
-rw-r--r-- | desktop/ee/ee.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/ee/ee.SlackBuild b/desktop/ee/ee.SlackBuild index 26502227812b..1924ef938dc8 100644 --- a/desktop/ee/ee.SlackBuild +++ b/desktop/ee/ee.SlackBuild @@ -83,7 +83,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" \ LD_LIBS=-lm \ make -j1 |