summaryrefslogtreecommitdiffstats
path: root/src/libidn.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-05-07 15:14:44 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-05-24 09:38:58 (GMT)
commit8c870517e7a7b1dddf0596d45bbc76696cf7cf28 (patch)
tree8aab809c804aa0eb13666ac821c1e0d17e141a61 /src/libidn.mk
parentd809d7f5d18bb444139e34202200b1281aeb0190 (diff)
downloadmxe-8c870517e7a7b1dddf0596d45bbc76696cf7cf28.zip
mxe-8c870517e7a7b1dddf0596d45bbc76696cf7cf28.tar.gz
mxe-8c870517e7a7b1dddf0596d45bbc76696cf7cf28.tar.bz2
libidn: gcc-7 compatibility
Diffstat (limited to 'src/libidn.mk')
-rw-r--r--src/libidn.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libidn.mk b/src/libidn.mk
index c2a084a..61411d3 100644
--- a/src/libidn.mk
+++ b/src/libidn.mk
@@ -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 \