r11847 - packages/trunk/fenix/debian

Peter Pentchev roam-guest at alioth.debian.org
Mon Mar 7 13:57:22 UTC 2011


Author: roam-guest
Date: 2011-03-07 13:57:17 +0000 (Mon, 07 Mar 2011)
New Revision: 11847

Modified:
   packages/trunk/fenix/debian/changelog
   packages/trunk/fenix/debian/rules
Log:
Link with -ldl and -lm and update the changelog timestamp.

binutils-gold FTBFS pointed out by:	ansgar


Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog	2011-03-01 16:51:25 UTC (rev 11846)
+++ packages/trunk/fenix/debian/changelog	2011-03-07 13:57:17 UTC (rev 11847)
@@ -29,8 +29,9 @@
     the arch-indep only build.
   * Drop part of the headers patch and always apply the rest to unbreak
     the arch-dep only build.
+  * Also link to libdl and libm to fix the FTBFS with binutils-gold.
 
- -- Peter Pentchev <roam at ringlet.net>  Thu, 10 Feb 2011 16:47:16 +0200
+ -- Peter Pentchev <roam at ringlet.net>  Mon, 07 Mar 2011 15:27:14 +0200
 
 fenix (0.92a.dfsg1-5) unstable; urgency=low
 

Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules	2011-03-01 16:51:25 UTC (rev 11846)
+++ packages/trunk/fenix/debian/rules	2011-03-07 13:57:17 UTC (rev 11847)
@@ -22,7 +22,8 @@
 		--enable-dependency-tracking \
 		CFLAGS="$(CFLAGS)" \
 		CPPFLAGS="$(CPPFLAGS)" \
-		LDFLAGS="$(LDFLAGS)"
+		LDFLAGS="$(LDFLAGS)" \
+		LIBS="-lm -ldl"
 
 override_dh_auto_build:
 	dh_auto_build -- CFLAGS="$(CFLAGS)"




More information about the Pkg-games-commits mailing list