[pkg-ggz-commits] r365 - trunk/ggz-sdl-games/debian

petere at alioth.debian.org petere at alioth.debian.org
Thu Mar 20 00:27:48 UTC 2008


Author: petere
Date: 2008-03-20 00:27:47 +0000 (Thu, 20 Mar 2008)
New Revision: 365

Modified:
   trunk/ggz-sdl-games/debian/changelog
   trunk/ggz-sdl-games/debian/rules
Log:
* Added linker flag -Wl,--as-needed

Modified: trunk/ggz-sdl-games/debian/changelog
===================================================================
--- trunk/ggz-sdl-games/debian/changelog	2008-03-20 00:26:00 UTC (rev 364)
+++ trunk/ggz-sdl-games/debian/changelog	2008-03-20 00:27:47 UTC (rev 365)
@@ -3,6 +3,7 @@
   [ Peter Eisentraut ]
   * New upstream release
   * Updated standards version
+  * Added linker flag -Wl,--as-needed
 
   [ Josef Spillner ]
   * Added Homepage and Vcs fields to debian/control

Modified: trunk/ggz-sdl-games/debian/rules
===================================================================
--- trunk/ggz-sdl-games/debian/rules	2008-03-20 00:26:00 UTC (rev 364)
+++ trunk/ggz-sdl-games/debian/rules	2008-03-20 00:27:47 UTC (rev 365)
@@ -4,3 +4,5 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-noregistry=/usr/share/ggz/modules/ggz-sdl-games
+
+LDFLAGS += -Wl,--as-needed




More information about the pkg-ggz-commits mailing list