git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
41e005c
)
Revert "protobuf-c: Disable protoc for host build"
author
Rosen Penev
<redacted>
Sun, 7 Apr 2019 23:58:44 +0000
(16:58 -0700)
committer
GitHub
<redacted>
Sun, 7 Apr 2019 23:58:44 +0000
(16:58 -0700)
libs/protobuf-c/Makefile
patch
|
blob
|
history
diff --git
a/libs/protobuf-c/Makefile
b/libs/protobuf-c/Makefile
index e1f61e962d5abc83f63a681795ea3ee0260f74c7..6199766c37859676ef757b731b7d692a7e35fbba 100644
(file)
--- 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.1
-PKG_RELEASE:=
2
+PKG_RELEASE:=
1
PKG_SOURCE:=protobuf-c-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/protobuf-c/protobuf-c/releases/download/v$(PKG_VERSION)
@@
-43,9
+43,6
@@
define Package/libprotobuf-c/description
internal RPC protocols and file formats.
endef
-HOST_CONFIGURE_ARGS += \
- --disable-protoc
-
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
git clone https://git.99rst.org/PROJECT