From ac1d5d290f48a59f822fb795168e217b0aaf25d9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 3 Jan 2015 18:22:01 +0100 Subject: [PATCH] libarchive: properly quote arg in vopt_if(). --- srcpkgs/libarchive/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 3f387ff85c7..e33539c31c2 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive version=3.1.2 -revision=12 +revision=13 bootstrap=yes build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) @@ -9,7 +9,7 @@ configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) --without-xml2 --without-nettle --disable-rpath ac_cv_func_lchmod=no" makedepends="zlib-devel bzip2-devel liblzma-devel $(vopt_if acl acl-devel) $(vopt_if expat expat-devel) - $(vopt_if lzo lzo-devel) $(vopt_if ssl libressl-devel>=2.1.2)" + $(vopt_if lzo lzo-devel) $(vopt_if ssl 'libressl-devel>=2.1.2')" short_desc="Library to read/write several different streaming archive formats" maintainer="Juan RP " homepage="http://www.libarchive.org/"