Commit 9f8db454 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Protobuf: don't compile protoc in Xcompilation

parent c07175b0
......@@ -23,11 +23,6 @@ endif
.protobuf: protobuf
$(RECONF)
# Local protoc Compiler
ifdef HAVE_CROSS_COMPILE
cd $< && ./configure --prefix="$(PREFIX)" && $(MAKE) install
cd $< && $(MAKE) clean
endif
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-protoc=protoc
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment