summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-05-31 07:58:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-05-31 07:58:45 (GMT)
commit96ce8057257b00b07c56999480343a603a9740aa (patch)
tree916cdf6733038eb8a121a886d1c861c715d1a493 /configure.in
parent3c120debef6bb1705de1a89cae8f9a87d9b43ae4 (diff)
downloadcpython-96ce8057257b00b07c56999480343a603a9740aa.zip
cpython-96ce8057257b00b07c56999480343a603a9740aa.tar.gz
cpython-96ce8057257b00b07c56999480343a603a9740aa.tar.bz2
Modified Patch #745620: build shared lib as ".so" for NetBSD.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4d3af9d..a5de444 100644
--- a/configure.in
+++ b/configure.in
@@ -498,7 +498,7 @@ if test $enable_shared = "yes"; then
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