From mboxrd@z Thu Jan 1 00:00:00 1970 From: llandwerlin at gmail.com Date: Wed, 14 Apr 2010 01:05:55 +0200 Subject: [Buildroot] [PATCH 22/41] libtool: added LIBTOOLIZE variable to point on $(HOST_DIR)/usr/bin/libtoolize In-Reply-To: <1271199974-30434-1-git-send-email-llandwerlin@gmail.com> References: <1271199974-30434-1-git-send-email-llandwerlin@gmail.com> Message-ID: <1271199974-30434-23-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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index bbabbb0..4278029 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -25,3 +25,4 @@ $(eval $(call AUTOTARGETS,package,libtool,host)) # variables used by other packages LIBTOOL:=$(HOST_DIR)/usr/bin/libtool +LIBTOOLIZE:=$(HOST_DIR)/usr/bin/libtoolize -- 1.7.0.4