From 27bb8365878df1e9ecd14efa3206930bfe1fd534 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 12 Apr 2020 20:34:15 +0200 Subject: [PATCH] libarchive: no need to set ac_cv_func_lchmod anymore. --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 348e26ba786..4a7fb0febd6 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -7,7 +7,7 @@ build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) $(vopt_with expat) $(vopt_with lzo lzo2) $(vopt_with lz4) $(vopt_with ssl openssl) $(vopt_with zstd) --without-xml2 - --without-nettle --disable-rpath ac_cv_func_lchmod=no" + --without-nettle --disable-rpath" hostmakedepends="pkgconf" makedepends="zlib-devel bzip2-devel liblzma-devel $(vopt_if acl acl-devel) $(vopt_if expat expat-devel) $(vopt_if zstd libzstd-devel)