diff mbox

[1/1] package/leveldb: bump version to 1.19

Message ID 20160905214348.15496-1-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls Sept. 5, 2016, 9:43 p.m. UTC
Rebased 0002-Add-install-recipe.patch

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/leveldb/0002-Add-install-recipe.patch | 8 ++++----
 package/leveldb/leveldb.hash                  | 2 +-
 package/leveldb/leveldb.mk                    | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni Sept. 6, 2016, 9:30 p.m. UTC | #1
Hello,

On Mon,  5 Sep 2016 23:43:48 +0200, Bernd Kuhls wrote:
> Rebased 0002-Add-install-recipe.patch
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/leveldb/0002-Add-install-recipe.patch | 8 ++++----
>  package/leveldb/leveldb.hash                  | 2 +-
>  package/leveldb/leveldb.mk                    | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/leveldb/0002-Add-install-recipe.patch b/package/leveldb/0002-Add-install-recipe.patch
index 38c2ca8..8645a64 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 1f83e6e..4af30fb 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 e2c267b..2ce3e4a 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