Silence some protobuf link warnings

4 warnings remain but it's better than before
This commit is contained in:
Howard Chu 2022-05-06 15:59:34 +01:00
parent fe5c2aec35
commit e81ab9bc2c
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
2 changed files with 164 additions and 0 deletions

View file

@ -5,12 +5,17 @@ $(package)_file_name=$(native_$(package)_file_name)
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
$(package)_dependencies=native_$(package)
$(package)_cxxflags=-std=c++11
$(package)_patches=visibility.patch
define $(package)_set_vars
$(package)_config_opts=--disable-shared --with-protoc=$(build_prefix)/bin/protoc
$(package)_config_opts_linux=--with-pic
endef
define $(package)_preprocess_cmds
patch -p0 < $($(package)_patch_dir)/visibility.patch
endef
define $(package)_config_cmds
$($(package)_autoconf) AR_FLAGS=$($(package)_arflags)
endef