summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libxml2/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-01 11:24:15 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-01 11:24:15 +0000
commitb54d6b49ab461c1e9c732b2b2974c9803f1b5bc4 (patch)
tree1c5e6cb578bb7b2d851fb8269da7390f47e24411 /openwrt/package/libxml2/Makefile
parentde4ed9672b2244938b009d45fcb6b6e92276283d (diff)
remove /usr/{include,lib} ref from libxml2 pkgconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3719 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libxml2/Makefile')
-rw-r--r--openwrt/package/libxml2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/libxml2/Makefile b/openwrt/package/libxml2/Makefile
index c08d5fe8b..bf71ef70c 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