aboutsummaryrefslogtreecommitdiff
path: root/libs/protobuf/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-12-17 21:02:51 -0800
committerRosen Penev <rosenp@gmail.com>2020-12-17 22:02:30 -0800
commit457dcc5d5ba5488c6d53dbda6e62c45229d34e4c (patch)
tree924fc01718436f7998793592ef54de33a67c6901 /libs/protobuf/Makefile
parentc12f6762ef58da34f3b5e9f451d5c61a0e9599c0 (diff)
protobuf: fix bad CFLAGS in pkgconfig
Issue shows itself when using clang. Refreshed other patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/protobuf/Makefile')
-rw-r--r--libs/protobuf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile
index abc94b145..cc314bbea 100644
--- a/libs/protobuf/Makefile
+++ b/libs/protobuf/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=protobuf
PKG_VERSION:=3.14.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION)