040577c1f7
- Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
24 lines
705 B
Text
24 lines
705 B
Text
--- configure.orig Sat Oct 4 13:27:50 2003
|
|
+++ configure Sat Oct 4 13:29:05 2003
|
|
@@ -1321,7 +1321,7 @@
|
|
VERSION=2.3
|
|
|
|
|
|
-SOVERSION=1.0
|
|
+SOVERSION=1
|
|
|
|
# The later defininition of _XOPEN_SOURCE disables certain features
|
|
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
|
|
@@ -3594,6 +3594,12 @@
|
|
LDLIBRARY='libpython$(VERSION).so'
|
|
BLDLIBRARY='-L. -lpython$(VERSION)'
|
|
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
|
|
+ INSTSONAME="$LDLIBRARY".$SOVERSION
|
|
+ ;;
|
|
+ FreeBSD*)
|
|
+ LDLIBRARY='libpython$(VERSION).so'
|
|
+ BLDLIBRARY='-L. -lpython$(VERSION)'
|
|
+ RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
|
|
INSTSONAME="$LDLIBRARY".$SOVERSION
|
|
;;
|
|
hp*|HP*)
|