From bcd2ffcdc2bdf4551e249ea3f75de6bbb5bfef02 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 13 Dec 2020 15:29:19 +0000 Subject: Update vendor/libarchive/dist to b2c3ee7e2907511533eeb2a0f2ceecc1faa73185 Vendor changes: Issue #1461: Unbreak build without lzma Issue #1462: warc reader: Fix build with gcc11 Issue #1463: Fix code compatibility in test_archive_read_support.c Issue #1464: Use built-in strnlen on platforms where not available Issue #1465: warc reader: fix undefined behaviour in deconst() function --- build/cmake/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/cmake/config.h.in') diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 6d2fa746927c..ff629f9ceb4a 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -959,6 +959,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `strchr' function. */ #cmakedefine HAVE_STRCHR 1 +/* Define to 1 if you have the `strnlen' function. */ +#cmakedefine HAVE_STRNLEN 1 + /* Define to 1 if you have the `strdup' function. */ #cmakedefine HAVE_STRDUP 1 -- cgit v1.2.3