]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
fix detecting shared libpython
authorArtur Frysiak <artur@frysiak.net>
Thu, 11 Jul 2002 15:21:06 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossfire-python.patch -> 1.1

crossfire-python.patch [new file with mode: 0644]

diff --git a/crossfire-python.patch b/crossfire-python.patch
new file mode 100644 (file)
index 0000000..66013fc
--- /dev/null
@@ -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=""
This page took 0.079137 seconds and 4 git commands to generate.