[New-bugs-announce] [issue12593] define OpenBSD in configure.in if Py_ENABLE_SHARED == 1
rpointel
report at bugs.python.org
Wed Jul 20 11:04:19 CEST 2011
New submission from rpointel <python at xiri.fr>:
Hi,
Could you define OpenBSD in enable_shared section of the configure.in ?
I just tested with Python 3.2.1, but it could be usefull to add it in the other versions of Python 3.x.
This is the diff which seems to work :
--- configure.in.orig Sat Jul 9 08:58:56 2011
+++ configure.in Wed Jul 20 10:19:37 2011
@@ -755,7 +755,7 @@
PY3LIBRARY=libpython3.so
fi
;;
- Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
+ Linux*|GNU*|NetBSD*|FreeBSD*|OpenBSD*|DragonFly*)
LDLIBRARY='libpython$(LDVERSION).so'
BLDLIBRARY='-L. -lpython$(LDVERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
Thanks a lot,
Remi.
----------
components: Installation
messages: 140725
nosy: rpointel
priority: normal
severity: normal
status: open
title: define OpenBSD in configure.in if Py_ENABLE_SHARED == 1
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12593>
_______________________________________
More information about the New-bugs-announce
mailing list