From: lars Date: Wed, 8 Oct 2008 22:35:33 +0000 (+0000) Subject: Use xml2-config. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=84d5a4b83ccdabcb94961b4177c30b5c4441824d;p=packages.git Use xml2-config. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12930 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 1ba4e930f..7dbf60a88 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -47,16 +47,11 @@ define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ --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-crypto \ --without-debug \ --without-mem-debug \ --without-debugger \ - , \ - CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/libxml2" \ ) endef