From 455ef91da3aa69a208c8c44f2f1803c13441a031 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 22 Feb 2017 21:53:25 -0800 Subject: [PATCH] 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. --- .../coreos-overlay/coreos/config/env/sys-devel/gettext | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/gettext diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/gettext b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/gettext new file mode 100644 index 0000000000..7495dea677 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-devel/gettext @@ -0,0 +1 @@ +EXTRA_ECONF="--with-libncurses-prefix=${ROOT}usr --with-libxml2-prefix=${ROOT}usr"