[pkg-ggz-commits] r235 - ggz-kde-games/trunk/debian
petere at alioth.debian.org
petere at alioth.debian.org
Fri Jun 15 19:11:47 UTC 2007
Author: petere
Date: 2007-06-15 19:11:47 +0000 (Fri, 15 Jun 2007)
New Revision: 235
Modified:
ggz-kde-games/trunk/debian/changelog
ggz-kde-games/trunk/debian/rules
Log:
* Added linker flag --as-needed
Modified: ggz-kde-games/trunk/debian/changelog
===================================================================
--- ggz-kde-games/trunk/debian/changelog 2007-06-15 18:45:47 UTC (rev 234)
+++ ggz-kde-games/trunk/debian/changelog 2007-06-15 19:11:47 UTC (rev 235)
@@ -5,8 +5,9 @@
[ Peter Eisentraut ]
* Added librsvg2-dev to build dependencies
+ * Added linker flag --as-needed
- -- Peter Eisentraut <petere at debian.org> Fri, 15 Jun 2007 20:43:12 +0200
+ -- Peter Eisentraut <petere at debian.org> Fri, 15 Jun 2007 21:11:33 +0200
ggz-kde-games (0.0.13-3) unstable; urgency=medium
Modified: ggz-kde-games/trunk/debian/rules
===================================================================
--- ggz-kde-games/trunk/debian/rules 2007-06-15 18:45:47 UTC (rev 234)
+++ ggz-kde-games/trunk/debian/rules 2007-06-15 19:11:47 UTC (rev 235)
@@ -5,3 +5,5 @@
DEB_CONFIGURE_EXTRA_FLAGS = --disable-rpath --enable-noregistry=/usr/share/ggz/modules/ggz-kde-games
DEB_MAKE_INSTALL_TARGET += kde_htmldir=/usr/share/doc/kde/HTML
+
+LDFLAGS += -Wl,--as-needed
More information about the pkg-ggz-commits
mailing list