summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-24 22:41:18 +0200
committerCharles-François Natali <neologix@free.fr>2011-07-24 22:41:18 +0200
commitbb3ac13e9600d9cd09612c1c65024e6e3d5cd2e0 (patch)
tree21b16ef83454f9b092e9cd69903044a22a139ba8 /configure
parent78681702e50e6028539d3a3658e401682d938f73 (diff)
downloadcpython-bb3ac13e9600d9cd09612c1c65024e6e3d5cd2e0.tar.gz
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 21c9d1703c..3563be5ac1 100755
--- a/configure
+++ b/configure
@@ -4950,7 +4950,7 @@ $as_echo "#define Py_ENABLE_SHARED 1" >>confdefs.h
PY3LIBRARY=libpython3.so
fi
;;
- Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
+ Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*)
LDLIBRARY='libpython$(LDVERSION).so'
BLDLIBRARY='-L. -lpython$(LDVERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}