From ec4b922efbf21e765ebcb0b95eed5323c9620be4 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 14 Sep 2019 10:24:35 -0600
Subject: [PATCH] gettext: disable use of program_invocation_name

---
 recipes/gettext/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/gettext/recipe.sh b/recipes/gettext/recipe.sh
index b36256561..dfcbf9200 100644
--- a/recipes/gettext/recipe.sh
+++ b/recipes/gettext/recipe.sh
@@ -23,6 +23,7 @@ function recipe_build {
         --prefix=/ \
         --disable-shared \
         --enable-static \
+        ac_cv_have_decl_program_invocation_name=no \
         gt_cv_locale_fr=false \
         gt_cv_locale_fr_utf8=false \
         gt_cv_locale_ja=false \
-- 
GitLab