mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 09:40:25 -04:00
Update bsdi template
This commit is contained in:
parent
f28ec8c5af
commit
b9e6f068dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue