diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-03 19:12:57 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-06 11:24:18 +0200 |
commit | bab3ae2ee7656600a185f4cef11cef94389023af (patch) | |
tree | 94e672cee79744ac76b2f29701e18081842ae47f /tools/libtool/Makefile | |
parent | 4c7591c426f562c0705e4e0966356345d0b6cbb7 (diff) |
tools: prefer gz or bz2 tarballs
In the light of recent XZ events, and fundamental XZ issues lets work on
moving away from using XZ.
So, use gz compressed tarballs as sources whenever possible.
dwarves only offers bz2 compressed tarballs, so use those as size
difference is minor compared to XZ.
Signed-off-by: Robert Marko <robimarko@gmail.com>
dwarves
Diffstat (limited to 'tools/libtool/Makefile')
-rw-r--r-- | tools/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index 1187191478..dd9afc05bd 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -10,9 +10,9 @@ PKG_NAME:=libtool PKG_CPE_ID:=cpe:/a:gnu:libtool PKG_VERSION:=2.4.7 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d +PKG_HASH:=04e96c2404ea70c590c546eba4202a4e12722c640016c12b9b2f1ce3d481e9a8 HOST_BUILD_PARALLEL:=1 |