From: bones_was_here Date: Sun, 27 Aug 2023 14:02:49 +0000 (+1000) Subject: DLL builds: run autoreconf for libgmp X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=8a27819f9e76da1fd18b4f3fb59b924d24a709a9 DLL builds: run autoreconf for libgmp This is needed if configure.ac has been patched or the build system is otherwise outdated. --- 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 \