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
|
Sat Oct 3 16:15:53 UTC 2015 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -60,11 +60,12 @@ Rust language, Luvit, Julia, pyuv, and others.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sh autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
sh autogen.sh
|
||||||
make %{?_smp_mflags}
|
%configure \
|
||||||
|
--disable-static
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user