1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:48:11 +03:00

[include] re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation warning. Packages must specify PKG_BUILD_DEPENDS:=libtool

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24246 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-04 19:56:47 +00:00
parent a1177f1d98
commit ca6a1266f6

View File

@ -57,18 +57,13 @@ endef
Hooks/InstallDev/Post += libtool_remove_files Hooks/InstallDev/Post += libtool_remove_files
# XXX the libtool fixups got deactivated in the course of switching to libtool2 in trunk XXX ifneq ($(filter libtool,$(PKG_FIXUP)),)
# ifneq ($(filter libtool,$(PKG_FIXUP)),) # WARNING: the use of PKG_FIXUP is DEPRECATED
# PKG_BUILD_DEPENDS += libtool PKG_BUILD_DEPENDS += libtool
# Hooks/Configure/Pre += update_libtool remove_version_check endif
# Hooks/Configure/Post += update_libtool
# Hooks/InstallDev/Post += libtool_fixup_libdir ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
# endif # WARNING: the use of PKG_FIXUP is DEPRECATED
# PKG_BUILD_DEPENDS += libtool
# ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) endif
# PKG_BUILD_DEPENDS += libtool
# Hooks/Configure/Pre += update_libtool_ucxx remove_version_check
# Hooks/Configure/Post += update_libtool_ucxx
# Hooks/InstallDev/Post += libtool_fixup_libdir
# endif