neon: Set XML2_CONFIG explicitly, so that configure can find xml2-config

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2007-08-10 01:11:20 +00:00
parent 0c71b133ef
commit 91a76dc27d

View File

@ -42,6 +42,7 @@ define Build/Configure
CFLAGS="-I$(STAGING_DIR)/include \
-I$(STAGING_DIR)/usr/include/libxml2 \
-I$(STAGING_DIR)/usr/lib/libintl/include" \
XML2_CONFIG="$(STAGING_DIR)/usr/bin/xml2-config" \
)
endef