summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libxslt/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 21:59:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-25 21:59:57 +0000
commit51a5baf372da720fd536f7e6593f3f25130baca4 (patch)
tree766a0b1fd170ff1546d0e18e877c3e5c88fd5b0b /openwrt/package/libxslt/Makefile
parentce8c542b267b5decd557da4e29a8feb59d5d613c (diff)
remove ref to host directories in config scripts.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libxslt/Makefile')
-rw-r--r--openwrt/package/libxslt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/libxslt/Makefile b/openwrt/package/libxslt/Makefile
index dc6544810..a187f538c 100644
--- a/openwrt/package/libxslt/Makefile
+++ b/openwrt/package/libxslt/Makefile
@@ -87,6 +87,9 @@ $(STAGING_DIR)/usr/lib/libxslt.so: $(PKG_BUILD_DIR)/.built
$(SED) 's,-I$(STAGING_DIR)/usr/include,,g' $(STAGING_DIR)/usr/bin/xslt-config
$(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/bin/xslt-config
$(SED) 's,-L$(STAGING_DIR)/usr/lib,,g' $(STAGING_DIR)/usr/bin/xslt-config
+ $(SED) 's,-I$${includedir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/libxslt.pc
+ $(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/libxslt.pc
+ $(SED) 's,-L$(STAGING_DIR)/usr/lib,,g' $(STAGING_DIR)/usr/lib/pkgconfig/libxslt.pc
touch $@
install-dev: $(STAGING_DIR)/usr/lib/libxslt.so