summaryrefslogtreecommitdiffstats
path: root/package/leveldb
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-09-05 23:43:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-06 23:28:11 +0200
commit6ddb8b720c45eedcc4759e029c6b8f2e4d9aaf4a (patch)
tree018a36873c3881acad8389dbbd30a32e0ef6dfd7 /package/leveldb
parentea1e9e03442a5b375aa2214ba92e48ebba89070a (diff)
downloadbuildroot-6ddb8b720c45eedcc4759e029c6b8f2e4d9aaf4a.tar.gz
buildroot-6ddb8b720c45eedcc4759e029c6b8f2e4d9aaf4a.zip
package/leveldb: bump version to 1.19
Rebased 0002-Add-install-recipe.patch Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/leveldb')
-rw-r--r--package/leveldb/0002-Add-install-recipe.patch8
-rw-r--r--package/leveldb/leveldb.hash2
-rw-r--r--package/leveldb/leveldb.mk2
3 files changed, 6 insertions, 6 deletions
diff --git a/package/leveldb/0002-Add-install-recipe.patch b/package/leveldb/0002-Add-install-recipe.patch
index 38c2ca8d3d..8645a6464c 100644
--- a/package/leveldb/0002-Add-install-recipe.patch
+++ b/package/leveldb/0002-Add-install-recipe.patch
@@ -15,10 +15,10 @@ diff --git a/Makefile b/Makefile
index 2bd2cad..530f2c3 100644
--- a/Makefile
+++ b/Makefile
-@@ -225,3 +225,19 @@ else
- .c.o:
- $(CC) $(CFLAGS) -c $< -o $@
- endif
+@@ -412,3 +412,19 @@ else
+
+ $(SHARED_OUTDIR)/%.o: %.c
+ $(CC) $(CFLAGS) $(PLATFORM_SHARED_CFLAGS) -c $< -o $@
+
+INSTALL_ROOT = /
+INSTALL_PREFIX= usr/local
diff --git a/package/leveldb/leveldb.hash b/package/leveldb/leveldb.hash
index 1f83e6e718..4af30fbe6f 100644
--- a/package/leveldb/leveldb.hash
+++ b/package/leveldb/leveldb.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5 leveldb-v1.18.tar.gz
+sha256 7d7a14ae825e66aabeb156c1c3fae9f9a76d640ef6b40ede74cc73da937e5202 leveldb-v1.19.tar.gz
diff --git a/package/leveldb/leveldb.mk b/package/leveldb/leveldb.mk
index e2c267b82b..2ce3e4ace4 100644
--- a/package/leveldb/leveldb.mk
+++ b/package/leveldb/leveldb.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LEVELDB_VERSION = v1.18
+LEVELDB_VERSION = v1.19
LEVELDB_SITE = $(call github,google,leveldb,$(LEVELDB_VERSION))
LEVELDB_LICENSE = BSD-3c
LEVELDB_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud