[vlc-commits] Protobuf: don't compile protoc in Xcompilation
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 8 13:05:50 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 8 12:59:11 2014 +0200| [9f8db45454ea75929f755ad48ccccec9c41b919d] | committer: Jean-Baptiste Kempf
Protobuf: don't compile protoc in Xcompilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f8db45454ea75929f755ad48ccccec9c41b919d
---
contrib/src/protobuf/rules.mak | 5 -----
1 file changed, 5 deletions(-)
diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
index 9fbd339..c1d0d24 100644
--- a/contrib/src/protobuf/rules.mak
+++ b/contrib/src/protobuf/rules.mak
@@ -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 $@
More information about the vlc-commits
mailing list