[dreamchess] 44/80: add fix-mxml-check.diff to add -lpthread to the -lmxml during ./configure check

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:30 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit 83a78e1057d10ca0843b8f9871f86aab77f6fb3b
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Fri Feb 15 23:03:08 2008 +0000

    add fix-mxml-check.diff to add -lpthread to the -lmxml during ./configure check
---
 debian/patches/fix-mxml-check.diff | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/fix-mxml-check.diff b/debian/patches/fix-mxml-check.diff
new file mode 100644
index 0000000..29ce659
--- /dev/null
+++ b/debian/patches/fix-mxml-check.diff
@@ -0,0 +1,13 @@
+Index: configure
+===================================================================
+--- configure.orig
++++ configure
+@@ -6846,7 +6846,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lmxml  $LIBS"
++LIBS="-lmxml -lpthread $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF

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



More information about the Pkg-games-commits mailing list