diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-31 07:58:45 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-31 07:58:45 +0000 |
commit | be4c6f296499b210dd3a52b2777e2872f11e7fc4 (patch) | |
tree | 87dc0b6a0cb5102578f9308aa5a854c73d4352dd /configure | |
parent | 65911c53b32bf230a791f0af46db8df749efdba8 (diff) | |
download | cpython-be4c6f296499b210dd3a52b2777e2872f11e7fc4.tar.gz |
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 |