From 538c279f0cb8fb781874d194887f3f868423eaf4 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 8 Oct 2008 22:35:33 +0000 Subject: [PATCH] Use xml2-config. SVN-Revision: 12930 --- libs/libxslt/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 1ba4e930f1..7dbf60a884 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 -- 2.30.2