kumquat-buildroot/package/dnsmasq
Fabrice Fontaine 026a27ade4 package/dnsmasq: add libidn2 support
libidn2 is preferred over libidn, see src/util.c:
 #if defined(HAVE_LIBIDN2)
 #include <idn2.h>
 #elif defined(HAVE_IDN)
 #include <idna.h>
 #endif

So select libidn2 if libidn is not enabled

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-06-22 09:57:00 +02:00
..
0001-Makefile-fix-i18n-build-with-ubus.patch package/dnsmasq: fix build with ubus and NLS 2019-06-21 22:38:18 +02:00
Config.in package/dnsmasq: add libidn2 support 2019-06-22 09:57:00 +02:00
dnsmasq.hash
dnsmasq.mk package/dnsmasq: add libidn2 support 2019-06-22 09:57:00 +02:00
S80dnsmasq