|
Hi, Attached see simple patch to remove rpath during meson build, so rpmbuild on redhat/fedora based distros don't complain. Seeing as all rpaths are in standard locations, this seems safe to me. |
>From 6622771b2f595b293e8872a44bfceb7f2097e4a5 Mon Sep 17 00:00:00 2001 From: Daniel Letai <[email protected]> Date: Sat, 10 Oct 2020 18:02:13 +0300 Subject: [PATCH] Remove rpath from rpms
---
libvirt.spec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index edf919d7ba..7e356bb843 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -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
--
2.26.2
