mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[trunk/include/autotools.mk] disable libtool fixups in trunk globally
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24234 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
efe166296b
commit
ef738d18e4
@ -49,17 +49,18 @@ define remove_version_check
|
||||
fi
|
||||
endef
|
||||
|
||||
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
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user