mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:27:31 +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
|
||||
|
||||
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/Post += update_libtool
|
||||
Hooks/InstallDev/Post += libtool_fixup_libdir
|
||||
endif
|
||||
|
||||
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/Post += update_libtool_ucxx
|
||||
Hooks/InstallDev/Post += libtool_fixup_libdir
|
||||
|
Loading…
Reference in New Issue
Block a user