mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Update bsdi template
This commit is contained in:
parent
f28ec8c5af
commit
b9e6f068dc
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user