Skip to content

Commit

Permalink
re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a depr…
Browse files Browse the repository at this point in the history
…ecation warning. Packages must specify PKG_BUILD_DEPENDS:=libtool

SVN-Revision: 24246
  • Loading branch information
jow- committed Dec 4, 2010
1 parent 56ae0b9 commit c10515d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions include/autotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,13 @@ endef

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)),)
# PKG_BUILD_DEPENDS += libtool
# 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
# Hooks/Configure/Pre += update_libtool_ucxx remove_version_check
# Hooks/Configure/Post += update_libtool_ucxx
# Hooks/InstallDev/Post += libtool_fixup_libdir
# endif
ifneq ($(filter libtool,$(PKG_FIXUP)),)
# WARNING: the use of PKG_FIXUP is DEPRECATED
PKG_BUILD_DEPENDS += libtool
endif

ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
# WARNING: the use of PKG_FIXUP is DEPRECATED
PKG_BUILD_DEPENDS += libtool
endif

0 comments on commit c10515d

Please sign in to comment.