r40129 - in /desktop/unstable/gnome-panel/debian: changelog rules
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sun Oct 27 14:33:06 UTC 2013
Author: mitya57-guest
Date: Sun Oct 27 14:33:05 2013
New Revision: 40129
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40129
Log:
Link with --as-needed.
Modified:
desktop/unstable/gnome-panel/debian/changelog
desktop/unstable/gnome-panel/debian/rules
Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=40129&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Sun Oct 27 14:33:05 2013
@@ -10,6 +10,7 @@
* Bump Standards-Version to 3.9.4, no changes needed.
* Drop debian/scripts/gnome-session-flashback, use the script
provided by upstream instead.
+ * Link with --as-needed.
-- Dmitry Shachnev <mitya57 at gmail.com> Mon, 21 Oct 2013 12:37:19 +0400
Modified: desktop/unstable/gnome-panel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/rules?rev=40129&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/rules [utf-8] Sun Oct 27 14:33:05 2013
@@ -8,7 +8,7 @@
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-LDFLAGS += -Wl,-z,defs -Wl,-O1
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
DEB_CONFIGURE_EXTRA_FLAGS += \
--with-in-process-applets=all \
More information about the pkg-gnome-commits
mailing list