[vlc-commits] tools: build protoc support libraries as static

Sean McGovern git at videolan.org
Sat Nov 1 18:47:50 CET 2014


vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sat Nov  1 10:43:37 2014 -0400| [482beffd24beb289f090841a6e6e8051f7fd59bc] | committer: Jean-Baptiste Kempf

tools: build protoc support libraries as static

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=482beffd24beb289f090841a6e6e8051f7fd59bc
---

 extras/tools/tools.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 33486e6..e249918 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -278,7 +278,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2
 	$(MOVE)
 
 .protoc: protobuf
-	(cd $< && ./configure --prefix="$(PREFIX)" && $(MAKE) && $(MAKE) install)
+	(cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
 	touch $@
 
 CLEAN_PKG += protobuf



More information about the vlc-commits mailing list