Browse Source

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>
Lionel Landwerlin 15 years ago
parent
commit
f0e7dcab1a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/libtool/libtool.mk

+ 2 - 0
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))