diff options
Diffstat (limited to 'desktop/wmslideshow/wmslideshow.SlackBuild')
-rw-r--r-- | desktop/wmslideshow/wmslideshow.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmslideshow/wmslideshow.SlackBuild b/desktop/wmslideshow/wmslideshow.SlackBuild index 6934b85e15c0..e4c2ba397415 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 \ |