[SCM] vlc/master: Drop --as-needed as it breaks the build fix for kfreebsd.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Mar 1 16:37:30 UTC 2012


The following commit has been merged in the master branch:
commit bab61c508a5f0f8b28dcd417ca2724d913f4f6a4
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Mar 1 17:33:58 2012 +0100

    Drop --as-needed as it breaks the build fix for kfreebsd.

diff --git a/debian/rules b/debian/rules
index c9c7f51..2f2092b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ confflags += \
 	CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \
 	CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \
 	CXXFLAGS="$(shell dpkg-buildflags --get CXXFLAGS)" \
-	LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed" \
+	LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" \
 	--config-cache \
 	--disable-maintainer-mode \
 	--disable-silent-rules \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list