diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-18 21:38:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-18 22:49:12 +0200 |
commit | 4a2dabe9d53e6c361ecdeaba0431ef74a9ad297c (patch) | |
tree | 8d93e789863750809a43f88722f68f8273c47a6a /package | |
parent | 1eb59f598f52b65b3d3adfcf74729091e95015f0 (diff) |
neon: explicit path to xml2-config
Now that $(STAGING_DIR)/usr/bin is not in the PATH, we need to
explicit the path to such tools.
This might also fix bug 1393 since by expliciting the path to
xml2-config, we'll force neon ./configure to choose our xml2-config
and not the one of the host.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/neon/neon.mk | 1 |
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) |