parent
194843cf57
commit
8dd5c2f04b
@ -1,13 +0,0 @@
|
||||
diff --git a/m4/python.m4 b/m4/python.m4
|
||||
index ebacfb2..549676e 100644
|
||||
--- a/m4/python.m4
|
||||
+++ b/m4/python.m4
|
||||
@@ -140,7 +140,7 @@ py_lib_name=`basename $py_include_path`
|
||||
if test "x$PYTHON_LIBS" = x; then
|
||||
PYTHON_CONFIG=`which $PYTHON`-config
|
||||
if test -x "$PYTHON_CONFIG"; then
|
||||
- PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null`
|
||||
+ PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || PYTHON_LIBS=`$PYTHON_CONFIG --libs 2>/dev/null`
|
||||
else
|
||||
PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
|
||||
fi
|
@ -1 +1 @@
|
||||
SHA512 (nautilus-python-1.2.2.tar.xz) = 541ab9e6ac15b06994cf475237e5588d21f4b9f71bb562f4bd9d976f79849a29912080de0b16c14406b052bec15c2c754381bf36e15b340d1f8e76c83a2464bc
|
||||
SHA512 (nautilus-python-1.2.3.tar.xz) = 9c6a1a4bbf74a8c9c7d94a74c6994f0b1fc9de522c9f05d0ccbcdf3d60b1073dcf8058739ac0ee16f54b2632f2b9dd994bbe2bcd98cc165db543567bb1545443
|
||||
|
Loading…
Reference in new issue