[vlc-devel] [PATCH 1/2] tools: build protoc support libraries as static

Sean McGovern gseanmcg at gmail.com
Sat Nov 1 15:43:37 CET 2014


---
 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
-- 
1.9.3 (Apple Git-50)




More information about the vlc-devel mailing list