From 283eef030438407d6082fe56cacbe93c7251decc Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 6 Jan 2021 11:02:58 +0100 Subject: [PATCH] fix build without static libs after disabling silent rules --- libexif.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexif.spec b/libexif.spec index 780c58d..d144fa1 100644 --- a/libexif.spec +++ b/libexif.spec @@ -92,7 +92,7 @@ Dokumentacja API oraz wewnętrzna dla biblioteki libexif. %{__autoheader} %{__automake} %configure \ - --disable-silent-rules + --disable-silent-rules \ %{!?with_static_libs:--disable-static} # docs generation fails with -jN>1 -- 2.44.0