update to lz4-1.9.2

This commit is contained in:
sthen 2019-08-21 10:55:41 +00:00
parent 0376b86cb0
commit b56ee1dab6
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2019/06/03 16:06:50 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2019/08/21 10:55:41 sthen Exp $
SHARED_LIBS += lz4 3.0
@ -6,7 +6,7 @@ COMMENT= fast BSD-licensed data compression
GH_ACCOUNT= lz4
GH_PROJECT= lz4
GH_TAGNAME= v1.9.1
GH_TAGNAME= v1.9.2
CATEGORIES= archivers

View File

@ -1,2 +1,2 @@
SHA256 (lz4-1.9.1.tar.gz) = +Dd8idrVyfJm7cC+m3NZUpbsr9W/oQAN4UgJbFAFLcQ=
SIZE (lz4-1.9.1.tar.gz) = 285336
SHA256 (lz4-1.9.2.tar.gz) = ZYumGR+kTJIoDUqiwnGw9PvA400klXjdBeUOdtDl78w=
SIZE (lz4-1.9.2.tar.gz) = 305796

View File

@ -1,8 +1,9 @@
$OpenBSD: patch-lib_Makefile,v 1.10 2019/04/24 10:12:55 sthen Exp $
$OpenBSD: patch-lib_Makefile,v 1.11 2019/08/21 10:55:41 sthen Exp $
Index: lib/Makefile
--- lib/Makefile.orig
+++ lib/Makefile
@@ -114,9 +114,6 @@ ifeq ($(BUILD_SHARED),yes) # can be disabled on comma
@@ -113,9 +113,6 @@ ifeq ($(BUILD_SHARED),yes) # can be disabled on comma
$(Q)$(CC) $(FLAGS) -DLZ4_DLL_EXPORT=1 -shared $^ -o dll/$@.dll -Wl,--out-implib,dll/$(LIBLZ4_EXP)
else
$(Q)$(CC) $(FLAGS) -shared $^ -fPIC -fvisibility=hidden $(SONAME_FLAGS) -o $@