r36778 - /desktop/experimental/mutter/debian/rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Feb 24 04:55:15 UTC 2013


Author: jbicha-guest
Date: Sun Feb 24 04:55:13 2013
New Revision: 36778

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36778
Log:
build with --as-needed

Modified:
    desktop/experimental/mutter/debian/rules

Modified: desktop/experimental/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/rules?rev=36778&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/rules [utf-8] (original)
+++ desktop/experimental/mutter/debian/rules [utf-8] Sun Feb 24 04:55:13 2013
@@ -15,6 +15,7 @@
 DEB_INSTALL_DOCS_mutter += doc/theme-format.txt
 DEB_DH_GIREPOSITORY_ARGS_ALL := /usr/lib/mutter
 
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
 # This does not work with mutter; disabled, for now.
 # LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list