summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-24 20:41:18 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-24 20:41:18 (GMT)
commit749400a94d78bb714a8964c21f8979ab6b070708 (patch)
tree79b3bc555cd0e688972e0f8339ee32f00f99da0b /configure
parent0e3c5a828e65f4f5821dad0e7b0ff4ca9f62f9d3 (diff)
downloadcpython-749400a94d78bb714a8964c21f8979ab6b070708.zip
cpython-749400a94d78bb714a8964c21f8979ab6b070708.tar.gz
cpython-749400a94d78bb714a8964c21f8979ab6b070708.tar.bz2
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 21c9d17..3563be5 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}