r6143 - packages/trunk/prboom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Mon Mar 17 20:00:55 UTC 2008


Author: jmtd-guest
Date: 2008-03-17 20:00:55 +0000 (Mon, 17 Mar 2008)
New Revision: 6143

Modified:
   packages/trunk/prboom/debian/changelog
   packages/trunk/prboom/debian/rules
Log:
LDFLAGS to prevent overzealous linking

Modified: packages/trunk/prboom/debian/changelog
===================================================================
--- packages/trunk/prboom/debian/changelog	2008-03-17 19:53:53 UTC (rev 6142)
+++ packages/trunk/prboom/debian/changelog	2008-03-17 20:00:55 UTC (rev 6143)
@@ -11,8 +11,9 @@
     in future we will not ship a .desktop file in prboom (only in the doom
     data packages)
   * Supply an alternative for /usr/games/doom.
+  * add LDFLAGS to prevent over-zealous linking
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 17 Mar 2008 19:53:35 +0000
+ -- Jon Dowland <jon at alcopop.org>  Mon, 17 Mar 2008 20:00:34 +0000
 
 prboom (2:2.4.7+dfsg-2) unstable; urgency=low
 

Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules	2008-03-17 19:53:53 UTC (rev 6142)
+++ packages/trunk/prboom/debian/rules	2008-03-17 20:00:55 UTC (rev 6143)
@@ -16,7 +16,8 @@
 	dh_testdir
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	# Add here commands to configure the package.
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man --disable-cpu-opt --disable-dogs
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --disable-cpu-opt --disable-dogs \
+		LDFLAGS="-Wl,--as-needed -Wl,-z,defs"
 #	--host=$(DEB_HOST_GNU_TYPE) --target=$(DEB_BUILD_GNU_TYPE) \
 
 	touch configure-stamp




More information about the Pkg-games-commits mailing list