mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-09 04:31:40 +01:00
sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit 21bb13eb3f39d10f77592365c41da9b5e80e65f9. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
e54f2c88c1
commit
6e99e7594d
@ -345,7 +345,7 @@ do_configure() {
|
|||||||
# See comments in src_configure.
|
# See comments in src_configure.
|
||||||
if [[ ${target} != "cross" ]] ; then
|
if [[ ${target} != "cross" ]] ; then
|
||||||
local cross_path="${WORKDIR}/cross"
|
local cross_path="${WORKDIR}/cross"
|
||||||
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
|
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
||||||
|
|||||||
@ -351,7 +351,7 @@ do_configure() {
|
|||||||
# See comments in src_configure.
|
# See comments in src_configure.
|
||||||
if [[ ${target} != "cross" ]] ; then
|
if [[ ${target} != "cross" ]] ; then
|
||||||
local cross_path="${WORKDIR}/cross"
|
local cross_path="${WORKDIR}/cross"
|
||||||
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
|
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
||||||
|
|||||||
@ -359,7 +359,7 @@ do_configure() {
|
|||||||
# See comments in src_configure.
|
# See comments in src_configure.
|
||||||
if [[ ${target} != "cross" ]] ; then
|
if [[ ${target} != "cross" ]] ; then
|
||||||
local cross_path="${WORKDIR}/cross"
|
local cross_path="${WORKDIR}/cross"
|
||||||
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
|
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user