From 0b686992be4fac23e67a1e92db322ff424be46af Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 7 Oct 2016 18:36:08 +0200 Subject: [PATCH] clamav: force libdir to fix build on aarch64. --- srcpkgs/clamav/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index 4e5a802ff45..45eaa754a5c 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -1,9 +1,9 @@ # Template file for 'clamav' pkgname=clamav version=0.99.2 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --with-pcre=/usr" +configure_args="--sbindir=/usr/bin --libdir=/usr/lib --with-pcre=/usr" conf_files="/etc/clamd.conf /etc/freshclam.conf" system_accounts="clamav" clamav_homedir="/var/lib/${pkgname}"