mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/lftp: fix build with host expat
Fixes: - https://bugs.buildroot.org/show_bug.cgi?id=11881 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bd8a37a681
commit
d8011a09f7
@ -25,6 +25,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_EXPAT)$(BR2_PACKAGE_LFTP_PROTO_HTTP),yy)
|
ifeq ($(BR2_PACKAGE_EXPAT)$(BR2_PACKAGE_LFTP_PROTO_HTTP),yy)
|
||||||
LFTP_DEPENDENCIES += expat
|
LFTP_DEPENDENCIES += expat
|
||||||
|
LFTP_CONF_OPTS += --with-expat=$(STAGING_DIR)/usr
|
||||||
|
else
|
||||||
|
LFTP_CONF_OPTS += --without-expat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user