make the build more verbose

... mainly to see compiler flags
This commit is contained in:
Kamil Dudka 2018-03-16 17:18:56 +01:00
parent 63a7838421
commit 288dc3b592

View File

@ -3,7 +3,7 @@
Name: libnice
Version: 0.1.14
Release: 4.20171128gitfb2f1f7%{?dist}
Release: 5.20171128gitfb2f1f7%{?dist}
Summary: GLib ICE implementation
Group: System Environment/Libraries
@ -106,7 +106,7 @@ CFLAGS="$CFLAGS -Wno-error=cast-align"
%endif
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
@ -153,6 +153,9 @@ make check
%changelog
* Fri Mar 16 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-5.20171128gitfb2f1f7
- make the build more verbose
* Fri Feb 09 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-4.20171128gitfb2f1f7
- enable make check again
- make tests pass in Koji