blob: 75e27faaa43c52d91a9bb7d545c906761a6808a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/pl/plpython/Makefile.orig 2013-05-06 22:57:06.000000000 +0200
+++ src/pl/plpython/Makefile 2013-05-10 19:50:09.000000000 +0200
@@ -15,7 +15,7 @@
ifeq (1,$(python_enable_shared))
shared_libpython = yes
else
-ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*))
+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*))
shared_libpython = yes
endif
endif
|