From: Bruce Momjian Date: Mon, 24 Jul 2000 13:53:16 +0000 (+0000) Subject: Update bsdi template X-Git-Tag: REL7_1_BETA~852 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9e6f068dc66543c7a1df779d9fdfb63e099318c;p=postgresql Update bsdi template --- diff --git a/src/template/bsdi b/src/template/bsdi index f57663ddb0..1ea345595e 100644 --- a/src/template/bsdi +++ b/src/template/bsdi @@ -10,12 +10,12 @@ case $host_os in esac case $host_os in - bsdi2.0 | bsdi2.1 | bsdi3) + bsdi2.0 | bsdi2.1 | bsdi3*) SHARED_LIB= DLSUFFIX=.o CC=gcc2 ;; - bsdi4) + *) SHARED_LIB=-fpic DLSUFFIX=.so ;;