This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 38e9c20a1139cc27a331ccb53ba8a817ac83e10c
Author: Peter Pentchev <[email protected]>
Date:   Mon Mar 7 13:57:17 2011 +0000

    Link with -ldl and -lm and update the changelog timestamp.
    
    binutils-gold FTBFS pointed out by: ansgar
---
 debian/changelog | 3 ++-
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 498b8cf..61d536c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,8 +29,9 @@ fenix (0.92a.dfsg1-6) unstable; urgency=low
     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 <[email protected]>  Thu, 10 Feb 2011 16:47:16 +0200
+ -- Peter Pentchev <[email protected]>  Mon, 07 Mar 2011 15:27:14 +0200
 
 fenix (0.92a.dfsg1-5) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 85e5d2d..850067f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,8 @@ override_dh_auto_configure:
                --enable-dependency-tracking \
                CFLAGS="$(CFLAGS)" \
                CPPFLAGS="$(CPPFLAGS)" \
-               LDFLAGS="$(LDFLAGS)"
+               LDFLAGS="$(LDFLAGS)" \
+               LIBS="-lm -ldl"
 
 override_dh_auto_build:
        dh_auto_build -- CFLAGS="$(CFLAGS)"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/fenix.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to