From: Bruce Momjian Date: Mon, 24 Jul 2000 13:53:16 +0000 (+0000) Subject: Update bsdi template X-Git-Tag: REL9_0_0~22793 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b9e6f068dc66543c7a1df779d9fdfb63e099318c;p=pg-rex%2Fsyncrep.git 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 ;;