summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-24 20:44:15 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-24 20:44:15 (GMT)
commitdc1d548ecbf01925a3efef997865bb834e5738fd (patch)
treeb84f42edadc87e3f90bbc52b38b7051d181b5e08 /configure
parent5a24d82941cec6c207433d75c1120bf4a8438793 (diff)
parent749400a94d78bb714a8964c21f8979ab6b070708 (diff)
downloadcpython-dc1d548ecbf01925a3efef997865bb834e5738fd.zip
cpython-dc1d548ecbf01925a3efef997865bb834e5738fd.tar.gz
cpython-dc1d548ecbf01925a3efef997865bb834e5738fd.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 0de752f..866ece7 100755
--- a/configure
+++ b/configure
@@ -5005,7 +5005,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}