Skip to content
Snippets Groups Projects
Commit ef431ed1 authored by Steve Lhomme's avatar Steve Lhomme Committed by Marvin Scholz
Browse files

vlc-debian-android-3.0: Build protoc with cmake

So it matches the same build call as 4.0.
parent 8a070cee
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,8 @@ RUN groupadd --gid ${VIDEOLAN_CI_UID} videolan && \
cd protobuf-$PROTOBUF_VERSION && \
patch -p1 < /patches/protobuf-fix-build.patch && \
patch -p1 < /patches/protobuf-include-algorithm.patch && \
./configure --prefix=/opt/tools/ --disable-shared --enable-static && make -j$CORES && make install && \
cmake -S cmake -B build -DBUILD_SHARED_LIBS=OFF -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_EXAMPLES=OFF && \
cmake --build build --parallel $CORES && cmake --install build --prefix /opt/tools && \
rm -rf /build
ENV LANG en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment