libarchive.patch
author Tomas Zeman <tzeman@volny.cz>
Thu, 18 Oct 2012 14:43:14 +0200
changeset 144 03dfefe1b2d7
parent 143 0b528c9d5c97
permissions -rw-r--r--
pkg-config.patch

libarchive requirements

diff -r 9f3e48c762ab source/base/libarchive/FrugalBuild
--- a/source/base/libarchive/FrugalBuild	Thu Oct 18 14:04:37 2012 +0200
+++ b/source/base/libarchive/FrugalBuild	Thu Oct 18 14:21:22 2012 +0200
@@ -10,7 +10,7 @@
 groups=('base' 'chroot-core')
 archs=('i686' 'x86_64' 'arm')
 Finclude googlecode
-depends=('expat' 'xz>=5.0.3' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 'openssl>=1.0.0')
+depends=('expat' 'xz>=5.0.3' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 'openssl')
 sha1sums=('b774e2675e5c1abafbd4d667402e8c3e72313944')
 # Need to prevent mistakes like unclean chroot build and others and be sure that DONT link to ACL*
 Fconfopts="--disable-xattr --disable-acl --without-xml2"