libidn: gcc-7 compatibility

This commit is contained in:
Mark Brand 2017-05-07 17:14:44 +02:00
parent d809d7f5d1
commit 8c870517e7
2 changed files with 1037 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,9 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && rm aclocal.m4 && autoreconf -fi
# don't build and install docs
(echo '# DISABLED'; echo 'all:'; echo 'install:') > '$(1)/doc/Makefile.in'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-csharp \