aboutsummaryrefslogtreecommitdiff
path: root/libs/protobuf/patches
Commit message (Collapse)AuthorAge
* protobuf: update to 3.17.2Rosen Penev2021-06-12
| | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf: update to 3.15.6Rosen Penev2021-03-20
| | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf: fix bad CFLAGS in pkgconfigRosen Penev2020-12-17
| | | | | | | | Issue shows itself when using clang. Refreshed other patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf: Update to version 3.13.0Bruno Randolf2020-11-02
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* protobuf: Fix rpathRosen Penev2019-09-25
| | | | | | | protobuf was setting its own rpath, preventing the build system from overriding it. Comment it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Protobuf: Upgrade to version 3.1Per Sandström2017-02-11
| | | | Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
* protobuf: Update version to 2.6.1Guillaume Déflache2015-05-21
| | | | | | | | | | | | - Unbroke MIPS support which got entirely lost since the upgrade from 2.4.1: now all ISAs should work (MIPS1 would need kernel emulation though, untested) - Fixed host installation which was broken on all targets - Updated source origin to github and related variables - Kept mipseb patch exception and MIPS16:=0 exclusion (needed for BB and CC compilation) Only tested on a ZyXEL NBG6716 router which is MIPS32 (MIPS74Kc), ar71xx target. Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
* protobuf: make it compile with __MIPSEB__ (ar71xx)Etienne CHAMPETIER2014-07-01
it's only compile tested Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>