[evince] build: Increase libarchive version requirement
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] build: Increase libarchive version requirement
- Date: Thu, 21 Sep 2017 21:47:22 +0000 (UTC)
commit d6225d1262b1ca0e7b6dada80cec50ee9c982be3
Author: Jason Crain <jason inspiresomeone us>
Date: Thu Sep 21 15:59:15 2017 -0500
build: Increase libarchive version requirement
The comics backend uses the archive_free and archive_entry_is_encrypted
functions, which were introduced in libarchive 3.1.900a. Set
LIBARCHIVE_REQUIRED to next stable version, 3.2.0.
https://bugzilla.gnome.org/show_bug.cgi?id=786397
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 914fed3..1c2a960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,7 +699,7 @@ AC_ARG_ENABLE(comics,
[enable_comics=yes])
if test "x$enable_comics" = "xyes"; then
- LIBARCHIVE_REQUIRED=3.1.2
+ LIBARCHIVE_REQUIRED=3.2.0
PKG_CHECK_MODULES(LIBARCHIVE, libarchive >= $LIBARCHIVE_REQUIRED,enable_comics=yes,enable_comics=no)
if test "x$enable_comics" = "xyes"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]