mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 13:07:10 +02:00
remove /usr/{include,lib} ref from libxml2 pkgconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de4ed9672b
commit
b54d6b49ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user