From 67723fc5c2c4b08a45353dad7117a4a33bbca758 Mon Sep 17 00:00:00 2001 From: BtbN Date: Mon, 29 May 2023 15:16:55 +0200 Subject: [PATCH] iconv: Force autogen to use hostcc to build its stuff --- scripts.d/20-libiconv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts.d/20-libiconv.sh b/scripts.d/20-libiconv.sh index 33e6972..789be57 100755 --- a/scripts.d/20-libiconv.sh +++ b/scripts.d/20-libiconv.sh @@ -12,8 +12,8 @@ ffbuild_dockerbuild() { cd iconv git checkout "$SCRIPT_COMMIT" - ./gitsub.sh pull - ./autogen.sh + retry-tool ./autopull.sh --one-time + (unset CC CFLAGS GMAKE && ./autogen.sh) local myconf=( --prefix="$FFBUILD_PREFIX"