Add --disable-silent-rules

This commit is contained in:
Casey Dahlin 2014-10-06 12:27:13 -04:00
parent c3e4716e0e
commit 34d9bd5712
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libason
Version: 0.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for manipulating ASON values
License: GPLv3+
@ -29,7 +29,7 @@ developing applications that use %{name}.
%patch0 -p1
%build
%configure --disable-static
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}
@ -61,6 +61,9 @@ done
%changelog
* Mon Oct 6 2014 Casey Dahlin <casey.dahlin@gmail.com> - 0.1.2-2
- Add --disable-silent-rules
* Thu Oct 2 2014 Casey Dahlin <casey.dahlin@gmail.com> - 0.1.2-1
- Update to latest upstream