mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
Make the libtool fix more dynamic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8461 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
675fbe3d46
commit
ad58693506
@ -111,9 +111,9 @@ define Build/Fix/libtool/rpath
|
||||
endef
|
||||
|
||||
# prevent libtool from linking against host development libraries
|
||||
define Build/Fix/libtool/libdir
|
||||
define Build/Fix/libtool
|
||||
find $(PKG_BUILD_DIR) -name '*.la' | xargs \
|
||||
$(SED) "s,^libdir='/usr/lib',libdir='$(STAGING_DIR)/usr/lib',g"
|
||||
$(SED) "s,^$(1)='/usr/lib',$(1)='$(STAGING_DIR)/usr/lib',g"
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
Loading…
Reference in New Issue
Block a user