mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[include] autotools.mk: remove HOST_BUILD_DEPENDS on libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24676 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2e14f9c146
commit
975880f08c
@ -93,14 +93,12 @@ define autoreconf_host
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(filter libtool,$(HOST_FIXUP)),)
|
ifneq ($(filter libtool,$(HOST_FIXUP)),)
|
||||||
HOST_BUILD_DEPENDS += libtool
|
|
||||||
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
||||||
Hooks/HostConfigure/Pre += autoreconf_host
|
Hooks/HostConfigure/Pre += autoreconf_host
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
|
ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
|
||||||
HOST_BUILD_DEPENDS += libtool
|
|
||||||
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
|
||||||
Hooks/HostConfigure/Pre += autoreconf_host
|
Hooks/HostConfigure/Pre += autoreconf_host
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user