mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/iputils: fix IDN support
iputils depends on libidn2 since version s20180629 and
665fe4d30f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
2c2e68c658
commit
569f95acbb
@@ -24,9 +24,9 @@ else
|
||||
IPUTILS_CONF_OPTS += -DUSE_CAP=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||
IPUTILS_CONF_OPTS += -DUSE_IDN=true
|
||||
IPUTILS_DEPENDENCIES += libidn
|
||||
IPUTILS_DEPENDENCIES += libidn2
|
||||
else
|
||||
IPUTILS_CONF_OPTS += -DUSE_IDN=false
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user