Browse Source

Revert "protobuf-c: Disable protoc for host build"

lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
e8168cca09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      libs/protobuf-c/Makefile

+ 1
- 4
libs/protobuf-c/Makefile View File

@ -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 \


Loading…
Cancel
Save