Merge pull request #468 from eroux/master

gnutls: fix for Debian/Sid autotools

Fixes #456.
This commit is contained in:
Timothy Gu 2014-08-17 08:40:55 -07:00
commit cfaf73c6c6
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.