r7317 - packages/trunk/teg/debian

Cyril Brulebois kibi at alioth.debian.org
Mon Jun 9 07:38:58 UTC 2008


Author: kibi
Date: 2008-06-09 07:38:57 +0000 (Mon, 09 Jun 2008)
New Revision: 7317

Modified:
   packages/trunk/teg/debian/changelog
   packages/trunk/teg/debian/rules
Log:
Almost. Use LDFLAGS to minimize dependencies.

Modified: packages/trunk/teg/debian/changelog
===================================================================
--- packages/trunk/teg/debian/changelog	2008-06-09 07:28:56 UTC (rev 7316)
+++ packages/trunk/teg/debian/changelog	2008-06-09 07:38:57 UTC (rev 7317)
@@ -23,6 +23,8 @@
   * Bump Standards-Version from 3.7.2 to 3.7.3, no changes required.
   * Remove additional files in “clean” since “make distclean” doesn't do
     its job: intltool-update and *.html under docs/gnome-help/.
+  * Add “LDFLAGS="-Wl,-z,defs -Wl,--as-needed"” to the configure call, so
+    as to strip down the dependencies.
 
  -- Cyril Brulebois <kibi at debian.org>  Mon, 09 Jun 2008 09:29:18 +0200
 

Modified: packages/trunk/teg/debian/rules
===================================================================
--- packages/trunk/teg/debian/rules	2008-06-09 07:28:56 UTC (rev 7316)
+++ packages/trunk/teg/debian/rules	2008-06-09 07:38:57 UTC (rev 7317)
@@ -18,7 +18,7 @@
 configure: patch configure-stamp
 configure-stamp:
 	dh_testdir
-	./configure --prefix=/usr \
+	LDFLAGS="-Wl,-z,defs -Wl,--as-needed" ./configure --prefix=/usr \
 		--bindir=/usr/games \
 		--sysconfdir=/etc \
 		--datadir=/usr/share/games/teg \




More information about the Pkg-games-commits mailing list