From c4c8ffd113552deb892bcc70e2e3a1c91fccbe40 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 7 Feb 2018 21:18:06 +0100 Subject: [PATCH] contrib/rpm: build verbosely The RPM build should be not use silent output -- it better be possible to check whether the correct compiler flags were present at the build time. --- contrib/fedora/rpm/NetworkManager.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index b38163a4a..1bc098f3a 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -395,6 +395,7 @@ gtkdocize autoreconf --install --force intltoolize --automake --copy --force %configure \ + --disable-silent-rules \ --disable-static \ --with-dhclient=yes \ --with-dhcpcd=no \