Prechádzať zdrojové kódy

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>
Bernd Kuhls 9 rokov pred
rodič
commit
6ddb8b720c

+ 4 - 4
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

+ 1 - 1
package/leveldb/leveldb.hash

@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5  leveldb-v1.18.tar.gz
+sha256 7d7a14ae825e66aabeb156c1c3fae9f9a76d640ef6b40ede74cc73da937e5202  leveldb-v1.19.tar.gz

+ 1 - 1
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