changeset 5923:ca137ab73946

* src/gcc-isl.mk: add dependancy of build-libtool
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Oct 2021 08:07:21 -0400
parents 78901dc12b99
children 3f37fcd900e0
files src/gcc-isl.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gcc-isl.mk	Sat Oct 16 14:40:27 2021 -0400
+++ b/src/gcc-isl.mk	Mon Oct 18 08:07:21 2021 -0400
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := isl-isl-$($(PKG)_VERSION)-788faca
 $(PKG)_FILE     := isl-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://repo.or.cz/isl.git/snapshot/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc-gmp
+$(PKG)_DEPS     := build-libtool gcc-gmp
 
 define $(PKG)_UPDATE
     echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;