forked from pool/libuv
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:
parent
c08cf0c042
commit
8c7ba7c93b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user