Don't autoreconf mingw, needs super recent version not in Ubuntu

This commit is contained in:
BtbN 2021-05-20 23:24:31 +02:00
parent 718b8550d3
commit 80c4d27a22

View file

@ -37,8 +37,6 @@ ffbuild_dockerbuild() {
unset LDFLAGS
unset PKG_CONFIG_LIBDIR
autoreconf -i
local myconf=(
--prefix="/usr/$FFBUILD_TOOLCHAIN"
--host="$FFBUILD_TOOLCHAIN"
@ -52,8 +50,6 @@ ffbuild_dockerbuild() {
cd ../mingw-w64-libraries/winpthreads
autoreconf -i
local myconf=(
--prefix="/usr/$FFBUILD_TOOLCHAIN"
--host="$FFBUILD_TOOLCHAIN"