Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 749400a

Browse files
author
Charles-François Natali
committed
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
1 parent 0e3c5a8 commit 749400a

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ Dirk Soede
829829
Paul Sokolovsky
830830
Cody Somerville
831831
Clay Spence
832+
Stefan Sperling
832833
Per Spilling
833834
Joshua Spoerri
834835
Noah Spurrier

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Core and Builtins
3737
Library
3838
-------
3939

40+
- Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
41+
4042
- Issue #1813: Fix codec lookup under Turkish locales.
4143

4244
- Issue #12591: Improve support of "universal newlines" in the subprocess

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4950,7 +4950,7 @@ $as_echo "#define Py_ENABLE_SHARED 1" >>confdefs.h
49504950
PY3LIBRARY=libpython3.so
49514951
fi
49524952
;;
4953-
Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
4953+
Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*)
49544954
LDLIBRARY='libpython$(LDVERSION).so'
49554955
BLDLIBRARY='-L. -lpython$(LDVERSION)'
49564956
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ if test $enable_shared = "yes"; then
755755
PY3LIBRARY=libpython3.so
756756
fi
757757
;;
758-
Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
758+
Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*)
759759
LDLIBRARY='libpython$(LDVERSION).so'
760760
BLDLIBRARY='-L. -lpython$(LDVERSION)'
761761
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)