diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-29 10:40:58 +0200 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-29 10:40:58 +0200 | 
| commit | 1b99a279565fb10c59b93c41f30c8bb835d63331 (patch) | |
| tree | e53b118d0fc1396d64a9fc28e0f70faec41dd910 | |
| parent | 8d6aaaa6ffa519ab601896063b66d7dd6760db25 (diff) | |
| download | buildroot-novena-1b99a279565fb10c59b93c41f30c8bb835d63331.tar.gz buildroot-novena-1b99a279565fb10c59b93c41f30c8bb835d63331.zip | |
libtool: install into staging
libtool provides libltdl, so install it into staging to make it usable
by other packages.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | 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 330624405..d796f9b46 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 | 
