protobuf: Fixed protobuf host installation

Fixed the host install, because some packages need the host binary to build properly

Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
This commit is contained in:
Martijn Zilverschoon 2014-11-23 14:02:40 +01:00
parent 49c7e701bc
commit 91f8f8b097
1 changed files with 1 additions and 0 deletions

View File

@ -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