From: Martijn Zilverschoon Date: Sun, 23 Nov 2014 13:02:40 +0000 (+0100) Subject: protobuf: Fixed protobuf host installation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=91f8f8b0976e2d711da341e65b2c4c0932b1145b;p=feed%2Fpackages.git protobuf: Fixed protobuf host installation Fixed the host install, because some packages need the host binary to build properly Signed-off-by: Martijn Zilverschoon --- diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 1553a7edc5..e1d99f67a7 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -43,6 +43,7 @@ define Host/Compile endef define Host/Install + $(MAKE) -C $(HOST_BUILD_DIR) install endef CONFIGURE_ARGS += --with-protoc=$(HOST_BUILD_DIR)/src/protoc