From 0fd4adda7621269909f0343cdd72838d2c0a77092fd441c82ec076f1f03fdde4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 5 Mar 2014 08:30:52 +0000 Subject: [PATCH] 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 --- libmicrohttpd.changes | 6 ++++++ libmicrohttpd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 3725560..6d66c5d 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -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 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index ec424a5..60848bf 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -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