Accepting request 224602 from home:coolo:branches:openSUSE:Factory
- do not run checks in parallel - they deadlock from time to time - enable make debug to debug the problem on OBS in case it reappears OBS-URL: https://build.opensuse.org/request/show/224602 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=30
This commit is contained in:
parent
c6c6bd0f5b
commit
e2edacbe3e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 12:42:30 UTC 2014 - coolo@suse.com
|
||||
|
||||
- do not run checks in parallel - they deadlock from time to time
|
||||
- enable make debug to debug the problem on OBS in case it reappears
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 19:52:38 UTC 2014 - sleep_walker@suse.cz
|
||||
|
||||
|
@ -146,7 +146,7 @@ make install DESTDIR="%buildroot"
|
||||
find %{buildroot} -name "*.la" -delete
|
||||
|
||||
%check
|
||||
%__make %{?_smp_mflags} check
|
||||
%__make -d -j1 check
|
||||
|
||||
%post -n %{libmicrohttpd} -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user