The following commit has been merged in the master branch:
commit 77779aed2187b59ab635fe81e59619256056b7bb
Author: Etienne Millon <[email protected]>
Date:   Sun Mar 13 19:51:05 2011 +0100

    debian/rules: add -lpthread (fixes FTBFS)

diff --git a/debian/rules b/debian/rules
index 27b4c7e..76e1d82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
 
 override_dh_auto_configure:
        dh_auto_configure --sourcedirectory=src -- \
-               LIBS="$(LIBS)" CFLAGS=-m32 --enable-opengl \
+               LIBS="$(LIBS)" CFLAGS=-m32 LDFLAGS=-lpthread --enable-opengl \
                --disable-cpucheck --enable-release --disable-debugger \
                $(CONFIGURE_LIBAO) force_arch=i486
 

-- 
Emulator of the Super Nintendo Entertainment System (TM)

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

Reply via email to