mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
rpm: remove rpath from rpms
The rpath improvements in: commit 69980ab798e240923ef12f86a92665b6c9ff7292 Author: Andrea Bolognani <abologna@redhat.com> Date: Wed Aug 19 11:15:35 2020 +0200 meson: Improve RPATH handling missed that Fedora's %meson macro sets --auto-features=enabled, thus force enabling rpath in the RPM build. Thus we need to explicitly disable it Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Daniel Letai <dani@letai.org.il>
This commit is contained in:
parent
6938cd8830
commit
6caaed65f2
@ -1184,6 +1184,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' %{_specdir}/%{name}.spec)
|
||||
-Dinit_script=systemd \
|
||||
-Ddocs=enabled \
|
||||
-Dtests=enabled \
|
||||
-Drpath=disabled \
|
||||
%{?arg_login_shell}
|
||||
|
||||
%meson_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user