Advertisement
Guest User

libarchive.patch

a guest
Apr 22nd, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.46 KB | None | 0 0
  1. --- configure.ac.old    2013-04-22 23:52:42.921227353 +0300
  2. +++ configure.ac    2013-04-22 23:51:58.411152736 +0300
  3. @@ -77,7 +77,7 @@
  4.  
  5.  # Checks for libraries
  6.  AS_IF([test x$enable_zhfst != xno],
  7. -      [PKG_CHECK_MODULES([LIBARCHIVE], [libarchive < 3],
  8. +      [PKG_CHECK_MODULES([LIBARCHIVE], [libarchive >= 3],
  9.                    [AC_DEFINE([HAVE_LIBARCHIVE], [1], [Use archives])
  10.                     enable_zhfst=no].
  11.                    [enable_zhfst=yes])])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement