diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-29 18:49:36 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-09-29 18:49:36 -0700 |
commit | 30a116db3da34941a0fbc664c414a7742ddde265 (patch) | |
tree | d58d98b929ac2691a9f1ac6c69fe1ccf8405666d /libs/protobuf-c/Makefile | |
parent | 0c6fcf6ed0680585a51f1f615a1a341bb4d07614 (diff) |
protobuf-c: Add pkgconfig file for CMake
Fixes compilation for a few packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/protobuf-c/Makefile')
-rw-r--r-- | libs/protobuf-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index c94348cea..31595926a 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libprotobuf-c PKG_VERSION:=1.3.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=protobuf-c-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/protobuf-c/protobuf-c/releases/download/v$(PKG_VERSION) |