Accepting request 347670 from home:pluskalm:branches:devel:libraries:c_c++

- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/347670
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=10
This commit is contained in:
Ismail Dönmez 2015-12-06 20:05:24 +00:00 committed by Git OBS Bridge
parent c08cf0c042
commit 8c7ba7c93b
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 6 17:02:36 UTC 2015 - mpluskal@suse.com
- Make building more verbose
-------------------------------------------------------------------
Sat Oct 3 16:15:53 UTC 2015 - mrueckert@suse.de

View File

@ -60,11 +60,12 @@ Rust language, Luvit, Julia, pyuv, and others.
%prep
%setup -q
sh autogen.sh
%build
%configure --disable-static
make %{?_smp_mflags}
sh autogen.sh
%configure \
--disable-static
make %{?_smp_mflags} V=1
%install
%make_install