mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00: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:
parent
2c2e68c658
commit
569f95acbb
@ -24,9 +24,9 @@ else
|
|||||||
IPUTILS_CONF_OPTS += -DUSE_CAP=false
|
IPUTILS_CONF_OPTS += -DUSE_CAP=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||||
IPUTILS_CONF_OPTS += -DUSE_IDN=true
|
IPUTILS_CONF_OPTS += -DUSE_IDN=true
|
||||||
IPUTILS_DEPENDENCIES += libidn
|
IPUTILS_DEPENDENCIES += libidn2
|
||||||
else
|
else
|
||||||
IPUTILS_CONF_OPTS += -DUSE_IDN=false
|
IPUTILS_CONF_OPTS += -DUSE_IDN=false
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user