From d73fa742a73fb2064e31aeb1c1549f2fada5ab37 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 20 Oct 2023 15:31:36 +0000 Subject: [PATCH] clamav, attempt to fix 32bit build (#9654) --- app-antivirus/clamav/clamav-1.2.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-antivirus/clamav/clamav-1.2.0.recipe b/app-antivirus/clamav/clamav-1.2.0.recipe index 272af6bc4..2db4844ac 100644 --- a/app-antivirus/clamav/clamav-1.2.0.recipe +++ b/app-antivirus/clamav/clamav-1.2.0.recipe @@ -12,7 +12,7 @@ CHECKSUM_SHA256="efe7e234fe29a96bf4da23336e38ea2989ed0be162342993e99a11901524f43 SOURCE_DIR="clamav-clamav-$portVersion" PATCHES="clamav-$portVersion.patchset" -ARCHITECTURES="all ?x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" GLOBAL_WRITABLE_FILES=" @@ -80,7 +80,7 @@ BUILD_REQUIRES=" devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:cargo + cmd:cargo$secondaryArchSuffix cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make