mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
neon: fix compilation without xml support
webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
This commit is contained in:
@@ -21,5 +21,9 @@ NEON_CONF_OPT+=--with-expat=$(STAGING_DIR)/usr/lib/libexpat.la
|
||||
NEON_CONF_OPT+=--with-libxml2=no
|
||||
NEON_DEPENDENCIES+=expat
|
||||
endif
|
||||
ifeq ($(strip $(BR2_PACKAGE_NEON_NOXML)),y)
|
||||
# webdav needs xml support
|
||||
NEON_CONF_OPT+=--disable-webdav
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,neon))
|
||||
|
||||
Reference in New Issue
Block a user