Commit b9e6f068 authored by Bruce Momjian's avatar Bruce Momjian

Update bsdi template

parent f28ec8c5
...@@ -10,12 +10,12 @@ case $host_os in ...@@ -10,12 +10,12 @@ case $host_os in
esac esac
case $host_os in case $host_os in
bsdi2.0 | bsdi2.1 | bsdi3) bsdi2.0 | bsdi2.1 | bsdi3*)
SHARED_LIB= SHARED_LIB=
DLSUFFIX=.o DLSUFFIX=.o
CC=gcc2 CC=gcc2
;; ;;
bsdi4) *)
SHARED_LIB=-fpic SHARED_LIB=-fpic
DLSUFFIX=.so DLSUFFIX=.so
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment