1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

disable libtool fixups in trunk globally

SVN-Revision: 24234
This commit is contained in:
Mirko Vogt 2010-12-04 00:11:09 +00:00
parent bb154bd73c
commit b599f7dc42

View File

@ -49,17 +49,18 @@ define remove_version_check
fi fi
endef endef
ifneq ($(filter libtool,$(PKG_FIXUP)),) # XXX the libtool fixups got deactivated in the course of switching to libtool2 in trunk XXX
PKG_BUILD_DEPENDS += libtool # ifneq ($(filter libtool,$(PKG_FIXUP)),)
Hooks/Configure/Pre += update_libtool remove_version_check # PKG_BUILD_DEPENDS += libtool
Hooks/Configure/Post += update_libtool # Hooks/Configure/Pre += update_libtool remove_version_check
Hooks/InstallDev/Post += libtool_fixup_libdir # Hooks/Configure/Post += update_libtool
endif # Hooks/InstallDev/Post += libtool_fixup_libdir
# endif
ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) #
PKG_BUILD_DEPENDS += libtool # ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
Hooks/Configure/Pre += update_libtool_ucxx remove_version_check # PKG_BUILD_DEPENDS += libtool
Hooks/Configure/Post += update_libtool_ucxx # Hooks/Configure/Pre += update_libtool_ucxx remove_version_check
Hooks/InstallDev/Post += libtool_fixup_libdir # Hooks/Configure/Post += update_libtool_ucxx
endif # Hooks/InstallDev/Post += libtool_fixup_libdir
# endif