cpython: a095cbed24c3 (original) (raw)
Mercurial > cpython
changeset 71495:a095cbed24c3
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. [#12560]
Charles-François Natali neologix@free.fr | |
---|---|
date | Sun, 24 Jul 2011 22:44:15 +0200 |
parents | fe0caf8c48d2(current diff)1fdad36ac838(diff) |
children | 4898b14dcd69 |
files | Misc/ACKS Misc/NEWS configure configure.in |
diffstat | 4 files changed, 5 insertions(+), 2 deletions(-)[+] [-] Misc/ACKS 1 Misc/NEWS 2 configure 2 configure.in 2 |
line wrap: on
line diff
--- a/Misc/ACKS +++ b/Misc/ACKS @@ -885,6 +885,7 @@ Paul Sokolovsky Cody Somerville Edoardo Spadolini Clay Spence +Stefan Sperling Per Spilling Joshua Spoerri Noah Spurrier
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -237,6 +237,8 @@ Core and Builtins Library ------- +- Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. +
- Issue #1813: Fix codec lookup under Turkish locales.
- Issue #12591: Improve support of "universal newlines" in the subprocess
--- a/configure +++ b/configure @@ -5005,7 +5005,7 @@ if test $enable_shared = "yes"; then PY3LIBRARY=libpython3.so fi ;;
- Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*|OpenBSD*)
LDLIBRARY='libpython$(LDVERSION).so'
BLDLIBRARY='-L. -lpython$(LDVERSION)'
RUNSHARED=LD_LIBRARY_PATH=
pwd
:${LD_LIBRARY_PATH}
--- a/configure.in +++ b/configure.in @@ -769,7 +769,7 @@ if test $enable_shared = "yes"; then PY3LIBRARY=libpython3.so fi ;;