Enable verbose make

A quiet make might be easier to read but it's useless for debugging
build issues and verifying that the proper compilation options are used.
This commit is contained in:
Todd Zullinger 2018-08-26 00:51:20 -04:00
parent d939722801
commit 48fada5db5
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,7 @@ rm -rf "$gpghome" $key.gpg # Cleanup tmp gpg home dir and dearmored key
--disable-python \
%endif # 0%{?with_modpython}
--enable-ipv6 --enable-cyrus --enable-tcl
%make_build
%make_build V=1
%install
@ -221,6 +221,7 @@ getent passwd znc >/dev/null || \
- Use https for URL and SOURCE tags
- Check upstream GPG signature in %%prep
- Simplify %%{_libdir}/znc/ file list
- Enable verbose make
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-2
- Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies