mirror of
https://github.com/postgres/postgres.git
synced 2025-12-06 00:02:13 +03:00
Apply freebsd specific patches dealign with ELF system from FreeBSD's
ports collection ...
This commit is contained in:
@@ -20,8 +20,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
|
||||
|
||||
Reference in New Issue
Block a user