Use xml2-config.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12930 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-10-08 22:35:33 +00:00
parent fa0cfdd731
commit 84d5a4b83c

View File

@ -47,16 +47,11 @@ define Build/Configure
$(call Build/Configure/Default, \ $(call Build/Configure/Default, \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--with-libxml-prefix="$(STAGING_DIR)/usr" \
--with-libxml-include-prefix="$(STAGING_DIR)/usr/include" \
--with-libxml-libs-prefix="$(STAGING_DIR)/usr/lib" \
--without-python \ --without-python \
--without-crypto \ --without-crypto \
--without-debug \ --without-debug \
--without-mem-debug \ --without-mem-debug \
--without-debugger \ --without-debugger \
, \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/libxml2" \
) )
endef endef