diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-31 07:58:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-31 07:58:45 (GMT) |
commit | 96ce8057257b00b07c56999480343a603a9740aa (patch) | |
tree | 916cdf6733038eb8a121a886d1c861c715d1a493 /configure | |
parent | 3c120debef6bb1705de1a89cae8f9a87d9b43ae4 (diff) | |
download | cpython-96ce8057257b00b07c56999480343a603a9740aa.zip cpython-96ce8057257b00b07c56999480343a603a9740aa.tar.gz cpython-96ce8057257b00b07c56999480343a603a9740aa.tar.bz2 |
Modified Patch #745620: build shared lib as ".so" for NetBSD.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.412 . +# From configure.in Revision: 1.413 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -3268,7 +3268,7 @@ _ACEOF BLDLIBRARY='-Wl,-rpath,$(LIBDIR) -L. -lpython$(VERSION)' RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH ;; - Linux*|GNU*) + Linux*|GNU*|NetBSD*) LDLIBRARY='libpython$(VERSION).so' BLDLIBRARY='-L. -lpython$(VERSION)' RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH |