From b7f255216efb822ad14592372afe32e9f16b0bf3 Mon Sep 17 00:00:00 2001 From: Adrian Herrera Date: Thu, 14 Jan 2021 11:14:58 +0000 Subject: protobuf: apply fix for pkg-config pthread flags This upstream fix solves an issue by which the protobuf pkg-config linker flags did not provide -pthread. This can result in segmentation faults due to no available pthread library. See https://github.com/protocolbuffers/protobuf/issues/8059 for details on the issue. Signed-off-by: Adrian Herrera Change-Id: I628be3b352a2e3bd70a046c8c3b3fe1f10fb9669 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb') diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb index 31e3bcc5b1..00f1e99d35 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb @@ -17,6 +17,7 @@ SRC_URI = "git://github.com/protocolbuffers/protobuf.git \ file://0001-protobuf-fix-configure-error.patch \ file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ + file://0001-fix-m4-pthread-update.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf