From 98d917237bf32bd0edaca5b8725e3421cf0d4aba Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 10 Jan 2012 21:46:41 -0700 Subject: [PATCH] Parallel build failed; disable for now. --- stp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stp.spec b/stp.spec index ec583b0..570566b 100644 --- a/stp.spec +++ b/stp.spec @@ -90,7 +90,7 @@ sed -i "s|\`svnversion \$(TOP)\`|%{svnver}|" src/main/Makefile scripts/configure --with-prefix=%{_prefix} # DO NOT use _smp_mflags; build will fail. -make %{?_smp_mflags} all OPTIMIZE="%{optflags} -DNDEBUG" LIB_DIR=%{_libdir} +make all OPTIMIZE="%{optflags} -DNDEBUG" LIB_DIR=%{_libdir} # Currently the valgrind tests are failing, because valgrind reports the use # of uninitialized variables deep within libdl. All other tests pass, so