|
|
@@ -7,7 +7,7 @@
|
|
|
# When bumping this package, make sure to also verify if the
|
|
|
# python-protobuf package still works and to update its hash,
|
|
|
# as they share the same version/site variables.
|
|
|
-PROTOBUF_VERSION = 29.3
|
|
|
+PROTOBUF_VERSION = 33.2
|
|
|
PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
|
|
PROTOBUF_LICENSE = BSD-3-Clause
|
|
|
PROTOBUF_LICENSE_FILES = LICENSE
|
|
|
@@ -26,6 +26,7 @@ PROTOBUF_CONF_OPTS = \
|
|
|
-Dprotobuf_BUILD_TESTS=OFF \
|
|
|
-Dprotobuf_DISABLE_RTTI=OFF \
|
|
|
-Dprotobuf_INSTALL=ON \
|
|
|
+ -Dprotobuf_LOCAL_DEPENDENCIES_ONLY=ON \
|
|
|
-DWITH_PROTOC=$(HOST_DIR)/bin/protoc
|
|
|
|
|
|
HOST_PROTOBUF_DEPENDENCIES = host-libabseil-cpp
|
|
|
@@ -34,12 +35,13 @@ HOST_PROTOBUF_CONF_OPTS = \
|
|
|
-Dprotobuf_ALLOW_CCACHE=ON \
|
|
|
-Dprotobuf_BUILD_CONFORMANCE=OFF \
|
|
|
-Dprotobuf_BUILD_LIBPROTOC=ON \
|
|
|
- -Dprotobuf_BUILD_LIBUPB=OFF \
|
|
|
+ -Dprotobuf_BUILD_LIBUPB=ON \
|
|
|
-Dprotobuf_BUILD_PROTOBUF_BINARIES=ON \
|
|
|
-Dprotobuf_BUILD_PROTOC_BINARIES=ON \
|
|
|
-Dprotobuf_BUILD_TESTS=OFF \
|
|
|
-Dprotobuf_DISABLE_RTTI=OFF \
|
|
|
-Dprotobuf_INSTALL=ON \
|
|
|
+ -Dprotobuf_LOCAL_DEPENDENCIES_ONLY=ON \
|
|
|
-Dprotobuf_WITH_ZLIB=OFF
|
|
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|