summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-24 20:33:35 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-24 20:33:35 (GMT)
commit3de8c73d90f5aaf8ea8d93af49f88950b02de8e6 (patch)
treef7a435f6f61ef72d55e5e297a2ac990847a77152 /configure.in
parent4cfae027b39d14a5a43f337c1a38b42d7461dd3a (diff)
downloadcpython-3de8c73d90f5aaf8ea8d93af49f88950b02de8e6.zip
cpython-3de8c73d90f5aaf8ea8d93af49f88950b02de8e6.tar.gz
cpython-3de8c73d90f5aaf8ea8d93af49f88950b02de8e6.tar.bz2
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a0705ac..139b21b 100644
--- a/configure.in
+++ b/configure.in
@@ -778,7 +778,7 @@ if test $enable_shared = "yes"; then
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
INSTSONAME="$LDLIBRARY".$SOVERSION
;;
- Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
+ Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*)
LDLIBRARY='libpython$(VERSION).so'
BLDLIBRARY='-L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}