From mboxrd@z Thu Jan 1 00:00:00 1970 From: llandwerlin at gmail.com Date: Fri, 8 Oct 2010 08:55:09 +0200 Subject: [Buildroot] [PATCH 7/7] libtool: avoid to patch ltmain.sh script in host-libtool package In-Reply-To: <1286520909-3436-1-git-send-email-llandwerlin@gmail.com> References: <1286520909-3436-1-git-send-email-llandwerlin@gmail.com> Message-ID: <1286520909-3436-8-git-send-email-llandwerlin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Lionel Landwerlin Signed-off-by: Lionel Landwerlin --- package/libtool/libtool.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index b57bca9..60fee9f 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)) -- 1.7.1