]> git.pld-linux.org Git - packages/clamav.git/commitdiff
Set rust target explicitly (x32 builds fine now) auto/th/clamav-0.105.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 May 2022 07:46:14 +0000 (09:46 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 May 2022 07:46:14 +0000 (09:46 +0200)
clamav.spec

index dfd56d9d58278c3a04c33cd6a9c4b62ba53b4422..2f985a8923c97a8de38b9302c7b0db88db4a892a 100644 (file)
@@ -233,6 +233,7 @@ cd build
        -DENABLE_CLAMONACC=ON \
        -DENABLE_FRESHCLAM_NO_CACHE=ON \
        -DENABLE_EXTERNAL_TOMSFASTMATH=ON \
+       -DRUST_COMPILER_TARGET=%{rust_target} \
        -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/%{name} \
        -DAPP_CONFIG_DIRECTORY=%{_sysconfdir} \
        -DDATABASE_DIRECTORY="/var/lib/%{name}" \
This page took 0.088492 seconds and 4 git commands to generate.