mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[backfire] autotools.mk: the old libtool fixup never fully worked, correct it
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c4804044b
commit
167c9d4a48
@ -17,7 +17,7 @@ PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
|
||||
|
||||
# replace copies of ltmain.sh with the build system's version
|
||||
update_libtool_common = \
|
||||
$(foreach p,$(LIBTOOL_PATHS), \
|
||||
$(foreach p,$(PKG_LIBTOOL_PATHS), \
|
||||
$(call replace,ltmain.sh,$(STAGING_DIR)/host/share/libtool,$(p)/) \
|
||||
$(call replace,libtool.m4,$(STAGING_DIR)/host/share/aclocal,$(p)/) \
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user