[vlc-devel] [PATCH 0/3] build protoc in the contribs
Steve Lhomme
robux4 at ycbcr.xyz
Mon Feb 18 13:01:26 CET 2019
Compared to the previous patchset:
- the CC_FOR_BUILD and CXX_FOR_BUILD are passed to all contribs compiled
- the protoc.exe is installed in the same place as luac. It's always prefixed
with the build triplet.
- the cross compiled version is build in a separate directory from the native
version. They can be compiled at the same time independently.
Steve Lhomme (3):
contrib: guess the native C/C++ compiler by default if not provided at
bootstrap
contrib: protoc: build the protoc exe to run locally
tools: don't compile protoc anymore
configure.ac | 8 ++-
contrib/bootstrap | 47 +++++++++++++++-
contrib/src/main.mak | 6 ++
.../src/protobuf/protobuf-native-tools.patch | 56 +++++++++++++++++++
contrib/src/protobuf/rules.mak | 42 +++++++-------
extras/tools/bootstrap | 17 ------
extras/tools/packages.mak | 3 -
extras/tools/tools.mak | 18 ------
8 files changed, 138 insertions(+), 59 deletions(-)
create mode 100644 contrib/src/protobuf/protobuf-native-tools.patch
--
2.17.1
More information about the vlc-devel
mailing list