commit d3be2d7255651aa75d8a49f3bfb2dfcbb9311a2a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Oct 12 12:06:31 2020 +0100
fix el8
mpd.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 296521a..b8949a2 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -136,9 +136,11 @@ sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
-Dsystemd_user_unit_dir=%{_userunitdir} \
-Dipv6=enabled \
-Dpipe=true \
-%if 0%{?fedora}
%ifarch %{arm}
-Dio_uring=disabled \
+%else
+%if 0%{?rhel}
+ -Dio_uring=disabled \
%endif
%endif
-Ddocumentation=auto \
Show replies by date