1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

Apply freebsd specific patches dealign with ELF system from FreeBSD's

ports collection ...
This commit is contained in:
Marc G. Fournier
1999-05-17 04:13:29 +00:00
parent 61f618e73e
commit a0b7daa129
5 changed files with 15 additions and 8 deletions

2
src/configure vendored
View File

@@ -625,8 +625,8 @@ case "$host_os" in
aux*) os=aux need_tas=no ;;
linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
freebsd3*|freebsd4*) os=freebsd need_tas=no elf=yes ;;
freebsd1*|freebsd2*) os=freebsd need_tas=no ;;
freebsd*) os=freebsd need_tas=no elf=yes ;;
netbsd*)
os=bsd need_tas=no
case "$host_cpu" in