projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c7e70
)
protobuf: Fixed protobuf host installation
560/head
author
Martijn Zilverschoon
<martijn@friedzombie.com>
Sun, 23 Nov 2014 13:02:40 +0000
(14:02 +0100)
committer
Martijn Zilverschoon
<martijn@friedzombie.com>
Mon, 24 Nov 2014 04:30:32 +0000
(
05:30
+0100)
Fixed the host install, because some packages need the host binary to build properly
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
libs/protobuf/Makefile
patch
|
blob
|
history
diff --git
a/libs/protobuf/Makefile
b/libs/protobuf/Makefile
index 1553a7edc529a60b30925d9bb2d60c0d6ecbca0d..e1d99f67a782288c245706348ba8ebf1143f81e4 100644
(file)
--- 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