File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -829,6 +829,7 @@ Dirk Soede
829829Paul Sokolovsky
830830Cody Somerville
831831Clay Spence
832+ Stefan Sperling
832833Per Spilling
833834Joshua Spoerri
834835Noah Spurrier
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Core and Builtins
3737Library
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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments