From 8a27819f9e76da1fd18b4f3fb59b924d24a709a9 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 28 Aug 2023 00:02:49 +1000 Subject: [PATCH] DLL builds: run autoreconf for libgmp This is needed if configure.ac has been patched or the build system is otherwise outdated. --- misc/buildsrc/dlls.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/buildsrc/dlls.sh b/misc/buildsrc/dlls.sh index 70a20a4b..b57cb7f8 100755 --- a/misc/buildsrc/dlls.sh +++ b/misc/buildsrc/dlls.sh @@ -101,12 +101,13 @@ build_zlib () { -G"Unix Makefiles" "$this_src" make make install -} +} build_gmp () { fetch_source gmp || true mkcd "$work_dir/gmp" + autoreconf -i "$this_src" "$this_src/configure" --prefix="$pkg_dir" \ --host="$CHOST" \ --with-pic \ -- 2.39.2