[vlc-devel] [PATCH v2 08/13] contrib: protobuf: only build for C++ support
Steve Lhomme
robux4 at ycbcr.xyz
Tue Mar 24 15:46:26 CET 2020
---
contrib/src/protobuf/rules.mak | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contrib/src/protobuf/rules.mak b/contrib/src/protobuf/rules.mak
index 50686e33e5..dde5c378ea 100644
--- a/contrib/src/protobuf/rules.mak
+++ b/contrib/src/protobuf/rules.mak
@@ -32,6 +32,8 @@ ifdef HAVE_WIN32
DEPS_protobuf += pthreads $(DEPS_pthreads)
endif
+PROTOBUFVARS := $(HOSTVARS) DIST_LANG="cpp"
+
protobuf: protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz .sum-protobuf
$(UNPACK)
mv protobuf-$(PROTOBUF_VERSION) protobuf-$(PROTOBUF_VERSION)-cpp
@@ -41,6 +43,6 @@ protobuf: protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz .sum-protobuf
.protobuf: protobuf
$(RECONF)
- cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-protoc="$(PROTOC)"
+ cd $< && $(PROTOBUFVARS) ./configure $(HOSTCONF) --with-protoc="$(PROTOC)"
cd $< && $(MAKE) && $(MAKE) install
touch $@
--
2.17.1
More information about the vlc-devel
mailing list