From 16163dd9bad5a119aa1b8860c031258bacfdf514 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 17 Feb 2023 01:15:06 +0100 Subject: [PATCH] Ensure default Rust compiler flags apply to the shared library build --- rust-rav1e.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 0493450..b93f5ba 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -545,7 +545,7 @@ echo "cargo-c" %build %cargo_build -cargo cbuild --release \ +%__cargo cbuild --release \ --destdir=%{buildroot} \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ @@ -554,7 +554,7 @@ cargo cbuild --release \ %install %cargo_install -cargo cinstall --release \ +%__cargo cinstall --release \ --destdir=%{buildroot} \ --prefix=%{_prefix} \ --libdir=%{_libdir} \