summaryrefslogtreecommitdiffstats
path: root/package/neon
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-07-18 23:39:03 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-18 23:41:14 +0200
commitb70653609b17dda67a3326bcb9333f51be6c00f7 (patch)
tree8485c5ca8deb5edecfd65f5220d7fc23c2de30cf /package/neon
parent2b3a43f4e336d1af90200f5f34b931d09119e1e5 (diff)
parent538773a66f2e71ac29cf799e3249737dd6903c8e (diff)
downloadbuildroot-novena-b70653609b17dda67a3326bcb9333f51be6c00f7.tar.gz
buildroot-novena-b70653609b17dda67a3326bcb9333f51be6c00f7.zip
Merge branch 'other-build-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/neon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index ed5f99968..e942f8763 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -14,6 +14,7 @@ NEON_DEPENDENCIES:=host-pkg-config
ifeq ($(BR2_PACKAGE_NEON_LIBXML2),y)
NEON_CONF_OPT+=--with-libxml2=yes
NEON_CONF_OPT+=--with-expat=no
+NEON_CONF_ENV+=ac_cv_prog_XML2_CONFIG=$(STAGING_DIR)/usr/bin/xml2-config
NEON_DEPENDENCIES+=libxml2
endif
ifeq ($(BR2_PACKAGE_NEON_ZLIB),y)