From 5c8279d3014fe8981443446b41e7a3e823818366 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 10 Feb 2022 21:17:42 +0100 Subject: desktop/wmslideshow: Fix for gcc >= 10.x. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- desktop/wmslideshow/wmslideshow.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/wmslideshow/wmslideshow.SlackBuild b/desktop/wmslideshow/wmslideshow.SlackBuild index 6934b85e15..e4c2ba3974 100644 --- a/desktop/wmslideshow/wmslideshow.SlackBuild +++ b/desktop/wmslideshow/wmslideshow.SlackBuild @@ -80,7 +80,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" make PREFIX=/usr +CFLAGS="$SLKCFLAGS -w -Wl,--allow-multiple-definition" make PREFIX=/usr make install PREFIX=/usr DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3