summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2010-10-09 12:52:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-10-14 07:27:20 -0400
commitf0e7dcab1ac286d1b8af3db1f10c769c0dcb4a02 (patch)
tree707ec0918a0edcb8b61de4a101d0d7d517ece277 /package/libtool
parentccdf2580d8a7b619b1515b2058c5debc2a2d885d (diff)
downloadbuildroot-novena-f0e7dcab1ac286d1b8af3db1f10c769c0dcb4a02.tar.gz
buildroot-novena-f0e7dcab1ac286d1b8af3db1f10c769c0dcb4a02.zip
libtool: avoid to patch ltmain.sh script in host-libtool package
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index b57bca9e9..60fee9fd2 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -16,6 +16,8 @@ endef
HOST_LIBTOOL_POST_INSTALL_HOOKS += HOST_LIBTOOL_CUSTOM_INSTALL
+HOST_LIBTOOL_LIBTOOL_PATCH = NO
+
$(eval $(call AUTOTARGETS,package,libtool))
$(eval $(call AUTOTARGETS,package,libtool,host))