From: Peter Korsgaard Date: Thu, 29 Sep 2011 08:40:58 +0000 (+0200) Subject: libtool: install into staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b99a279565fb10c59b93c41f30c8bb835d63331;p=buildroot.git libtool: install into staging libtool provides libltdl, so install it into staging to make it usable by other packages. Signed-off-by: Peter Korsgaard --- diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 3306244059..d796f9b46b 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -6,6 +6,7 @@ LIBTOOL_VERSION = 2.2.10 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool +LIBTOOL_INSTALL_STAGING = YES HOST_LIBTOOL_LIBTOOL_PATCH = NO