Commit 482beffd authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

tools: build protoc support libraries as static

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 776eba37
......@@ -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
......
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