diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2013-09-06 08:14:15 +0200 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-08 22:44:23 +0200 |
| commit | 62146ea3ad78b74d0c17c0fbeaffa2be51070424 (patch) | |
| tree | bc76c8d6fdc8cdd82ada35796696691db80c0b93 /package/libtool | |
| parent | 159c692cd22cbc8507d1cc4c11ab8700ced1b2a6 (diff) | |
| download | buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.tar.gz buildroot-62146ea3ad78b74d0c17c0fbeaffa2be51070424.zip | |
change package tarball compression to xz whenever possible
[Peter: leave change xz tarball format to not end up with circular deps]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libtool')
| -rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index f7e274fd9f..2f6ea7c5cf 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -5,7 +5,7 @@ ################################################################################ LIBTOOL_VERSION = 2.4.2 -LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz +LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool LIBTOOL_INSTALL_STAGING = YES LIBTOOL_LICENSE = GPLv2+ |

