]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
DLL builds: run autoreconf for libgmp
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 14:02:49 +0000 (00:02 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 14:02:49 +0000 (00:02 +1000)
This is needed if configure.ac has been patched or the build system is
otherwise outdated.

misc/buildsrc/dlls.sh

index 70a20a4b11a488d91029a3e7a92f3314c1279a0c..b57cb7f8170c1e464b341902d19a889948dabeed 100755 (executable)
@@ -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 \