mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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:
11
net/ola/patches/020-static-protoc.patch
Normal file
11
net/ola/patches/020-static-protoc.patch
Normal 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])],
|
||||
Reference in New Issue
Block a user