From 83fe5bffd48ac68dcd8cccdd96cd173804fbcf48 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 6 Jan 2022 19:36:28 +0100 Subject: [PATCH] sys-boot/grub: Try to force using a newer gettext infra --- .../third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild index fbfd27af55..94f699335c 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild @@ -142,7 +142,9 @@ src_prepare() { if [[ -n ${GRUB_AUTOGEN} ]]; then python_setup bash autogen.sh || die - autopoint() { :; } + # Flatcar: Force the use of newer gettext infra to + # avoid build issues with infra version mismatches. + eautopoint --force eautoreconf fi }