From 3c77ac67a97d684167a1124d873c6594665d6d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 22 Mar 2019 18:04:45 +0100 Subject: updater-ng: add libb64 --- updater-ng/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'updater-ng/Makefile') diff --git a/updater-ng/Makefile b/updater-ng/Makefile index 95af6eb..4a86044 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -17,8 +17,9 @@ HOST_BUILD_DEPENDS:= \ libevent2/host \ lua/host \ uriparser/host \ + libb64/host \ uthash/host -PKG_BUILD_DEPENDS:=busybox uthash +PKG_BUILD_DEPENDS:=busybox libb64 uthash include $(INCLUDE_DIR)/autopkg-branch.mk include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3