]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Added missing config.h entries for libb2 1079/head
authorGrzegorz Antoniak <ga@anadoxin.org>
Sat, 27 Oct 2018 05:45:56 +0000 (07:45 +0200)
committerGrzegorz Antoniak <ga@anadoxin.org>
Sat, 27 Oct 2018 05:45:56 +0000 (07:45 +0200)
Symbols added: HAVE_LIBB2, HAVE_BLAKE2_H

RAR5 reader sources expect those symbols to be defined when using system
libb2, but the symbols were missing. This commit fixes that.

build/cmake/config.h.in

index 04f938d3f7f3017b53b0b8b730bc83b6dcda1399..aed77f9a81c93be3ff681fbd365d56a8f4431cab 100644 (file)
@@ -680,6 +680,12 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the `bz2' library (-lbz2). */
 #cmakedefine HAVE_LIBBZ2 1
 
+/* Define to 1 if you have the `b2' library (-lb2). */
+#cmakedefine HAVE_LIBB2 1
+
+/* Define to 1 if you have the <blake2.h> header file. */
+#cmakedefine HAVE_BLAKE2_H 1
+
 /* Define to 1 if you have the `charset' library (-lcharset). */
 #cmakedefine HAVE_LIBCHARSET 1