Temporarily turn of multicore build differently, using -J1 broke test_distutils

This commit is contained in:
Bohuslav Kabrda 2013-11-05 15:38:57 +01:00
parent f5250ecae7
commit dfb79526a3
1 changed files with 2 additions and 2 deletions

View File

@ -970,8 +970,8 @@ BuildPython() {
# missing symbol AnnotateRWLockDestroy
#
# Invoke the build:
# TODO: it seems that 3.4.0a4 fails without -J1, have to figure out why
make EXTRA_CFLAGS="$CFLAGS -J1" %{?_smp_mflags}
# TODO: it seems that 3.4.0a4 fails with %{?_smp_flags}, have to figure out why
make EXTRA_CFLAGS="$CFLAGS"
popd
echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: $ConfDir