From eef4c4036a73f62529a6f86cb8a1dcee9d01ce72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Jul 2014 11:07:38 +0200 Subject: [PATCH] libarchive: switch to libressl. --- srcpkgs/libarchive/template | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index a098d5f0216..8d435905199 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive version=3.1.2 -revision=6 +revision=7 bootstrap=yes build_style=gnu-configure configure_args="--without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no" @@ -53,7 +53,7 @@ fi if [ "$build_option_ssl" ]; then configure_args+=" --with-openssl" - makedepends+=" openssl-devel" + makedepends+=" libressl-devel" else configure_args+=" --without-openssl" fi @@ -77,20 +77,7 @@ bsdcpio_package() { } libarchive-devel_package() { - depends="zlib-devel bzip2-devel liblzma-devel" - if [ "$build_option_acl" ]; then - depends+=" acl-devel" - fi - if [ "$build_option_expat" ]; then - depends+=" expat-devel" - fi - if [ "$build_option_lzo" ]; then - depends+=" lzo-devel" - fi - if [ "$build_option_ssl" ]; then - depends+=" openssl-devel" - fi - depends+=" libarchive>=${version}_${revision}" + depends="${makedepends} libarchive>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include