From 88cea63dfa70deaa99ac0b50260b72d29e090b31 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. (cherry picked from commit c4c8ffd113552deb892bcc70e2e3a1c91fccbe40) --- 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 1df45fcd85..a9a415bf6c 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -389,6 +389,7 @@ gtkdocize autoreconf --install --force intltoolize --automake --copy --force %configure \ + --disable-silent-rules \ --disable-static \ --with-dhclient=yes \ --with-dhcpcd=no \