summaryrefslogtreecommitdiffstats
path: root/desktop/wmslideshow/wmslideshow.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmslideshow/wmslideshow.SlackBuild')
-rw-r--r--desktop/wmslideshow/wmslideshow.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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 \