ola: update to 0.10.9

Use local tarballs instead of codeload. Smaller size.

Patch ola.m4 to support statically linked protobuf. Avoids rpath hacks.

Remove upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2024-04-07 20:59:42 -07:00
parent d24229e441
commit 7be4cc6411
4 changed files with 20 additions and 66 deletions

View File

@@ -0,0 +1,11 @@
--- a/config/ola.m4
+++ b/config/ola.m4
@@ -84,7 +84,7 @@ else
[],
AC_MSG_ERROR([Cannot find the protoc header files]))
SAVED_LIBS=$LIBS
- LIBS="$LIBS -lprotoc"
+ LIBS="$LIBS -lprotoc -lprotobuf"
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([#include <google/protobuf/compiler/command_line_interface.h>],
[google::protobuf::compiler::CommandLineInterface cli])],