Build with V=1

This commit is contained in:
Miloslav Trmač 2013-05-11 00:44:20 +02:00
parent 9a3f451f5c
commit 8539d5f074
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export LDFLAGS='-pie -Wl,-z,now -Wl,-z,relro'
--enable-introspection \ --enable-introspection \
--disable-examples \ --disable-examples \
--enable-systemd=yes --enable-systemd=yes
make make V=1
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -146,6 +146,9 @@ exit 0
%{_datadir}/gtk-doc %{_datadir}/gtk-doc
%changelog %changelog
* Fri May 10 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-4
- Build with V=1
* Fri May 10 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-4 * Fri May 10 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-4
- Make the JavaScript engine mandatory. The polkit-js-engine package has been - Make the JavaScript engine mandatory. The polkit-js-engine package has been
removed, main polkit package Provides:polkit-js-engine for compatibility. removed, main polkit package Provides:polkit-js-engine for compatibility.