mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Our 'install-sh' script is BSD-style, therefore requires -c
to behave sanely. configure was not treating it as BSD...
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@@ -1407,7 +1407,7 @@ case "$host_os" in
|
||||
esac
|
||||
|
||||
case "`basename $INSTALL`" in
|
||||
install|installbsd|scoinst)
|
||||
install|installbsd|scoinst|install-sh)
|
||||
INSTLOPTS="-c $INSTLOPTS"
|
||||
INSTL_EXE_OPTS="-c $INSTL_EXE_OPTS"
|
||||
INSTL_LIB_OPTS="-c $INSTL_LIB_OPTS"
|
||||
|
||||
Reference in New Issue
Block a user