aboutsummaryrefslogtreecommitdiff
path: root/net/mosh/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-10-10 20:08:54 -0700
committerRosen Penev <rosenp@gmail.com>2019-10-10 20:08:54 -0700
commit2fcdd1fb577fee099d406b7332236c0b8715c8ab (patch)
treefafecbf65691b3df7f98c8797e9538bd92cfa5f4 /net/mosh/Makefile
parente6a75aaf63634b76096059e2f79f42c684d7c35e (diff)
mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/mosh/Makefile')
-rw-r--r--net/mosh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile
index d98d9b10a..c22041f16 100644
--- a/net/mosh/Makefile
+++ b/net/mosh/Makefile
@@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
+PKG_BUILD_DEPENDS:=protobuf/host
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk