libarchive.patch
changeset 143 0b528c9d5c97
equal deleted inserted replaced
142:de7c89c2aba7 143:0b528c9d5c97
       
     1 libarchive requirements
       
     2 
       
     3 diff -r 9f3e48c762ab source/base/libarchive/FrugalBuild
       
     4 --- a/source/base/libarchive/FrugalBuild	Thu Oct 18 14:04:37 2012 +0200
       
     5 +++ b/source/base/libarchive/FrugalBuild	Thu Oct 18 14:21:22 2012 +0200
       
     6 @@ -10,7 +10,7 @@
       
     7  groups=('base' 'chroot-core')
       
     8  archs=('i686' 'x86_64' 'arm')
       
     9  Finclude googlecode
       
    10 -depends=('expat' 'xz>=5.0.3' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 'openssl>=1.0.0')
       
    11 +depends=('expat' 'xz>=5.0.3' 'bzip2>=1.0.5-2' 'zlib>=1.2.3-6' 'openssl')
       
    12  sha1sums=('b774e2675e5c1abafbd4d667402e8c3e72313944')
       
    13  # Need to prevent mistakes like unclean chroot build and others and be sure that DONT link to ACL*
       
    14  Fconfopts="--disable-xattr --disable-acl --without-xml2"