From: Artur Frysiak Date: Thu, 11 Jul 2002 15:21:06 +0000 (+0000) Subject: fix detecting shared libpython X-Git-Tag: RA-1_0~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossfire.git;a=commitdiff_plain;h=9092b4ddd90f08a7d1d4f85f983162c3a7c1573c fix detecting shared libpython Changed files: crossfire-python.patch -> 1.1 --- diff --git a/crossfire-python.patch b/crossfire-python.patch new file mode 100644 index 0000000..66013fc --- /dev/null +++ b/crossfire-python.patch @@ -0,0 +1,11 @@ +--- crossfire-1.3.0/configure.in.python Mon Jul 8 22:13:02 2002 ++++ crossfire-1.3.0/configure.in Mon Jul 8 22:13:19 2002 +@@ -163,7 +163,7 @@ + dnl since it also relies on the previous detection of + dnl Python.h + echo -n "checking for python lib... " +-PYTHON_LIB=`echo /usr/lib/python*/config/libpython*.a` ++PYTHON_LIB=`echo /usr/lib/libpython*.so` + if test ! -f $PYTHON_LIB ; then + echo "no" + PYTHON_LIB=""