From 3a339647485b358ab2a09d4aa79f2f2556b17b88 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 b7daf9c..c108d7c 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -579,7 +579,7 @@ echo "cargo-c" %build %cargo_build -cargo cbuild --release \ +%__cargo cbuild --release \ --destdir=%{buildroot} \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ @@ -588,7 +588,7 @@ cargo cbuild --release \ %install %cargo_install -cargo cinstall --release \ +%__cargo cinstall --release \ --destdir=%{buildroot} \ --prefix=%{_prefix} \ --libdir=%{_libdir} \