From 4c9db7b1e2d277aeee064bbe639a90acc774e379 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 7 Dec 2024 16:32:17 -0500 Subject: [PATCH] Fix build - Related: RHEL-60292 --- composefs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composefs.spec b/composefs.spec index b1658db..cecfe03 100644 --- a/composefs.spec +++ b/composefs.spec @@ -44,7 +44,10 @@ Library files for %{name}. %autosetup -p1 %build -%meson --default-library=shared -Dfuse=enabled -Dman=enabled +%meson --default-library=shared -Dfuse=enabled \ +%if %{with man} + -Dman=enabled +%endif %meson_build %install