diff options
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 9fab8d9..3df1d16 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool PKG_VERSION:=2.4 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 +PKG_MD5SUM:=afcce660d3dc54c63a0a5ba3cf05272239dc3c54bbeba20f6bad250f9dc007ae HOST_BUILD_PARALLEL:=1 |