diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-25 13:26:46 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-05 11:09:12 +0100 |
commit | a0993dda5f4c7f69748d527e255522c0e5afeb81 (patch) | |
tree | 3a3802b06e4b9d150a67ce8e6465c53b600ffae9 /tools | |
parent | bdaa138c0d1020c12c586b5f6efded1e6e1c8902 (diff) | |
download | upstream-a0993dda5f4c7f69748d527e255522c0e5afeb81.tar.gz upstream-a0993dda5f4c7f69748d527e255522c0e5afeb81.tar.bz2 upstream-a0993dda5f4c7f69748d527e255522c0e5afeb81.zip |
tools: make cmake depend on libressl, one of its utilities uses it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index bc62b53680..44b855cb5a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -72,6 +72,7 @@ $(curdir)/patchelf/compile := $(curdir)/libtool/install $(curdir)/dosfstools/compile := $(curdir)/autoconf/install $(curdir)/automake/install $(curdir)/mkimage/compile += $(curdir)/libressl/install $(curdir)/firmware-utils/compile += $(curdir)/libressl/install +$(curdir)/cmake/compile += $(curdir)/libressl/install ifneq ($(HOST_OS),Linux) tools-y += coreutils |