mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
[backfire] let the libtool fixup introduce libltdl and libiconv build depends, as in trunk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@24714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
81756d0089
commit
74c7cc8dce
@ -69,14 +69,14 @@ ifneq ($(filter autoreconf,$(PKG_FIXUP)),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter libtool,$(PKG_FIXUP)),)
|
ifneq ($(filter libtool,$(PKG_FIXUP)),)
|
||||||
PKG_BUILD_DEPENDS += libtool
|
PKG_BUILD_DEPENDS += libtool libintl libiconv
|
||||||
Hooks/Configure/Pre += update_libtool remove_version_check
|
Hooks/Configure/Pre += update_libtool remove_version_check
|
||||||
Hooks/Configure/Post += update_libtool
|
Hooks/Configure/Post += update_libtool
|
||||||
Hooks/InstallDev/Post += libtool_fixup_libdir
|
Hooks/InstallDev/Post += libtool_fixup_libdir
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
|
ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
|
||||||
PKG_BUILD_DEPENDS += libtool
|
PKG_BUILD_DEPENDS += libtool libintl libiconv
|
||||||
Hooks/Configure/Pre += update_libtool_ucxx remove_version_check
|
Hooks/Configure/Pre += update_libtool_ucxx remove_version_check
|
||||||
Hooks/Configure/Post += update_libtool_ucxx
|
Hooks/Configure/Post += update_libtool_ucxx
|
||||||
Hooks/InstallDev/Post += libtool_fixup_libdir
|
Hooks/InstallDev/Post += libtool_fixup_libdir
|
||||||
|
Loading…
Reference in New Issue
Block a user