From 95313e2000338221b035e20a4d7376cde394f4eb Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 26 Aug 2008 20:47:12 +0000 Subject: 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. --- package/neon/neon.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/neon') diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 6eba627cd..750217acc 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -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)) -- cgit v1.2.3