[SCM] Emulator of the Super Nintendo Entertainment System (TM) branch, master, updated. debian/1.510-3-5-g15a715e

Etienne Millon etienne.millon at gmail.com
Sun Mar 13 21:51:49 UTC 2011


The following commit has been merged in the master branch:
commit 77779aed2187b59ab635fe81e59619256056b7bb
Author: Etienne Millon <etienne.millon at gmail.com>
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)



More information about the Pkg-games-commits mailing list