protobuf: update to 3.19.4.

This commit is contained in:
Andrew J. Hesford 2022-02-22 15:14:29 -05:00
parent 4559460af6
commit e8c74e7ead
2 changed files with 5 additions and 10 deletions

View file

@ -3098,9 +3098,9 @@ libm17n-flt.so.0 m17n-lib-1.7.0_1
libm17n-gui.so.0 m17n-lib-1.7.0_1
libm17n-core.so.0 m17n-lib-1.7.0_1
libm17n.so.0 m17n-lib-1.7.0_1
libprotobuf-lite.so.29 libprotobuf-lite-3.18.0_1
libprotoc.so.29 libprotoc-3.18.0_1
libprotobuf.so.29 libprotobuf-3.18.0_1
libprotobuf-lite.so.30 libprotobuf-lite-3.19.4_1
libprotoc.so.30 libprotoc-3.19.4_1
libprotobuf.so.30 libprotobuf-3.19.4_1
libsombok.so.3 sombok-2.4.0_1
libdeviceclient.so.0 pragha-1.3.3_1
libguile-srfi-srfi-1-v-3.so.3 guile1.8-1.8.8_1

View file

@ -1,6 +1,6 @@
# Template file for 'protobuf'
pkgname=protobuf
version=3.18.1
version=3.19.4
revision=1
wrksrc="protobuf-${version}"
build_style=gnu-configure
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://developers.google.com/protocol-buffers/"
changelog="https://raw.githubusercontent.com/google/protobuf/master/CHANGES.txt"
distfiles="https://github.com/protocolbuffers/protobuf/archive/v${version}.tar.gz"
checksum=9111bf0b542b631165fadbd80aa60e7fb25b25311c532139ed2089d76ddf6dd7
checksum=3bd7828aa5af4b13b99c191e8b1e884ebfa9ad371b0ce264605d347f135d2568
# Checks rely on googletest
make_check=no
@ -36,11 +36,6 @@ pre_configure() {
autoreconf -fi
}
do_configure() {
# configure doesn't set proper linker flags when discovering pthread
PTHREAD_LIBS="-pthread" PTHREAD_CFLAGS="-pthread" ./configure ${configure_args}
}
post_install() {
vlicense LICENSE
}