Parallel build failed; disable for now.

This commit is contained in:
Jerry James 2012-01-10 21:46:41 -07:00
parent abf9179ebe
commit 98d917237b
1 changed files with 1 additions and 1 deletions

View File

@ -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