gnutls: fix for Debian/Sid autotools (fixes https://github.com/mxe/mxe/issues/456)

This commit is contained in:
Elie Roux 2014-08-17 09:09:29 +02:00
parent 861d28a8e6
commit eb81d46342
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
$(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
cd '$(1)' && aclocal -I m4 -I gl/m4 -I src/libopts/m4 --install
cd '$(1)' && autoconf
cd '$(1)' && automake --add-missing
cd '$(1)' && autoreconf -fi -I m4 -I gl/m4 -I src/libopts/m4
# skip the run test for libregex support since we are cross compiling
$(SED) -i 's/libopts_cv_with_libregex=no/libopts_cv_with_libregex=yes/g;' '$(1)/configure'
# AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.