mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Update bsdi template
This commit is contained in:
parent
f28ec8c5af
commit
b9e6f068dc
@ -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
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user