mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/ncurses: sync Prefix fixes
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -74,6 +74,7 @@ src_configure() {
|
||||
local dbuildflags="-Wl,-rpath,${WORKDIR}/lib"
|
||||
case ${CHOST} in
|
||||
*-darwin*) dbuildflags= ;;
|
||||
*-aix*) dbuildflags= ;;
|
||||
esac
|
||||
echo "int main() {}" | \
|
||||
$(tc-getCC) -o x -x c - ${lbuildflags} -pipe >& /dev/null \
|
||||
@@ -181,7 +182,7 @@ do_configure() {
|
||||
|
||||
# Force bash until upstream rebuilds the configure script with a newer
|
||||
# version of autotools. #545532
|
||||
CONFIG_SHELL=${EPREFIX}/bin/bash \
|
||||
CONFIG_SHELL=${BASH} \
|
||||
ECONF_SOURCE=${S} \
|
||||
econf "${conf[@]}" "$@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user