From: Nicolas Thill Date: Mon, 1 May 2006 11:24:15 +0000 (+0000) Subject: remove /usr/{include,lib} ref from libxml2 pkgconfig X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=9eeca3459457651ad9d9345235e33f3314a6fbcc remove /usr/{include,lib} ref from libxml2 pkgconfig SVN-Revision: 3719 --- diff --git a/openwrt/package/libxml2/Makefile b/openwrt/package/libxml2/Makefile index c08d5fe8b2..bf71ef70c6 100644 --- a/openwrt/package/libxml2/Makefile +++ b/openwrt/package/libxml2/Makefile @@ -107,6 +107,8 @@ $(STAGING_DIR)/usr/lib/libxml2.so: $(PKG_BUILD_DIR)/.built $(SED) 's,-I$(STAGING_DIR)/usr/include,,g' $(STAGING_DIR)/usr/bin/xml2-config $(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/bin/xml2-config $(SED) 's,-L$(STAGING_DIR)/usr/lib,,g' $(STAGING_DIR)/usr/bin/xml2-config + $(SED) 's,-I$${includedir}/libxml2,,g' $(STAGING_DIR)/usr/lib/pkgconfig/libxml-2.0.pc + $(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/libxml-2.0.pc touch $@ install-dev: $(STAGING_DIR)/usr/lib/libxml2.so