mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
lftp: switch from libidn to libidn2
libidn has been removed since 4.8.1 (August 2017):
731abec393
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f48d3ff58b
commit
aa406bb94b
@ -41,11 +41,11 @@ else
|
|||||||
LFTP_CONF_OPTS += --without-openssl
|
LFTP_CONF_OPTS += --without-openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||||
LFTP_DEPENDENCIES += libidn
|
LFTP_DEPENDENCIES += libidn2
|
||||||
LFTP_CONF_OPTS += --with-libidn=$(STAGING_DIR)/usr
|
LFTP_CONF_OPTS += --with-libidn2=$(STAGING_DIR)/usr
|
||||||
else
|
else
|
||||||
LFTP_CONF_OPTS += --without-libidn
|
LFTP_CONF_OPTS += --without-libidn2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Remove /usr/share/lftp
|
# Remove /usr/share/lftp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user