mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf.
Larry Rosenman
This commit is contained in:
parent
113bb9b5ac
commit
173dbaf11f
@ -81,6 +81,7 @@ nextstep*) template=nextstep ;;
|
||||
esac ;;
|
||||
sysv4*) template=svr4 ;;
|
||||
sysv5uw*) template=unixware ;;
|
||||
sysv5*) template=unixware ;;
|
||||
ultrix*) template=ultrix4 ;;
|
||||
esac
|
||||
|
||||
@ -637,7 +638,7 @@ AC_PROG_LN_S
|
||||
AC_PROG_LD
|
||||
AC_SUBST(LD)
|
||||
AC_SUBST(with_gnu_ld)
|
||||
case $host_os in sysv5uw*)
|
||||
case $host_os in sysv5*)
|
||||
AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
|
||||
[
|
||||
pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user