coreos/config/env: make gettext builds stay inside the sysroot

This is only an issue when the glibc versions differ between the
SDK and the sysroot.  The M4 library detection functions in gettext
do bad things on their own, so bypass them.
This commit is contained in:
David Michael 2017-02-22 21:53:25 -08:00
parent f13eccc973
commit 455ef91da3

View File

@ -0,0 +1 @@
EXTRA_ECONF="--with-libncurses-prefix=${ROOT}usr --with-libxml2-prefix=${ROOT}usr"