summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-01-25 16:32:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 17:56:18 +0100
commita138cf0f18a8dbf5bf7aa9848e5a34176cfa6fa0 (patch)
treedb23325a55d5a335c0cda0ef5d3761dc851ab012 /rules/protobuf.make
parent49e9b4086257b91165eb20b81133eb6b91906718 (diff)
downloadptxdist-a138cf0f18a8dbf5bf7aa9848e5a34176cfa6fa0.tar.gz
ptxdist-a138cf0f18a8dbf5bf7aa9848e5a34176cfa6fa0.tar.xz
protobuf: version bump 3.3.2 -> 3.5.1
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/protobuf.make')
-rw-r--r--rules/protobuf.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/protobuf.make b/rules/protobuf.make
index 34b1e3dd9..bcb4f40de 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
#
# Paths and names
#
-PROTOBUF_VERSION := 3.3.2
-PROTOBUF_MD5 := 19ed45d0cbbb88de2c4922978235d314 ef2a6a6bb3b92d8fa8d71e3cef741f2f
-PROTOBUF := protobuf-$(PROTOBUF_VERSION)
+PROTOBUF_VERSION := 3.5.1
+PROTOBUF_MD5 := 94fd082b16e1931d45773f0f59a22356
+PROTOBUF := protobuf-all-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.gz
-PROTOBUF_URL := https://github.com/google/protobuf/archive/v$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)
+PROTOBUF_URL := https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)/$(PROTOBUF).$(PROTOBUF_SUFFIX)
PROTOBUF_SOURCE := $(SRCDIR)/$(PROTOBUF).$(PROTOBUF_SUFFIX)
PROTOBUF_DIR := $(BUILDDIR)/$(PROTOBUF)
PROTOBUF_LICENSE := BSD-3-Clause
@@ -35,6 +35,7 @@ PROTOBUF_LICENSE := BSD-3-Clause
PROTOBUF_CONF_TOOL := autoconf
PROTOBUF_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-64bit-solaris \
--disable-static \
--$(call ptx/wwo, PTXCONF_PROTOBUF_ZLIB)-zlib \
--with-protoc=$(PTXDIST_SYSROOT_HOST)/bin/protoc