nettle: add explict autotools dep

This commit is contained in:
Tony Theodore 2019-06-28 21:41:44 +10:00
parent 9e34c297ed
commit 3b54c4d376
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE)
$(PKG)_DEPS := cc gmp
$(PKG)_OO_DEPS = $(BUILD)~autotools
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://www.lysator.liu.se/~nisse/archive/' | \