summaryrefslogtreecommitdiffstats
path: root/include/autotools.mk
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2010-12-04 00:11:09 +0000
committerMirko Vogt <mirko@openwrt.org>2010-12-04 00:11:09 +0000
commitb599f7dc42e33e6c04523deefabc316501e92baf (patch)
treedf870016a3126c5e83e3c13f3511598d31485507 /include/autotools.mk
parentbb154bd73cd26b409d7a555b6667a1969657bced (diff)
downloadmaster-31e0f0ae-b599f7dc42e33e6c04523deefabc316501e92baf.tar.gz
master-31e0f0ae-b599f7dc42e33e6c04523deefabc316501e92baf.tar.bz2
master-31e0f0ae-b599f7dc42e33e6c04523deefabc316501e92baf.zip
disable libtool fixups in trunk globally
SVN-Revision: 24234
Diffstat (limited to 'include/autotools.mk')
-rw-r--r--include/autotools.mk27
1 files changed, 14 insertions, 13 deletions
diff --git a/include/autotools.mk b/include/autotools.mk
index 1ddb49b7d4..7e251ead53 100644
--- a/include/autotools.mk
+++ b/include/autotools.mk
@@ -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