[condor] disable smp make

Erik Erlandson eerlands at fedoraproject.org
Sat Feb 22 00:11:40 UTC 2014


commit 6b840c83642446199eaaaa24ef59f009e6832173
Author: Erik Erlandson <eerlands at redhat.com>
Date:   Fri Feb 21 17:12:18 2014 -0700

    disable smp make

 condor.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/condor.spec b/condor.spec
index 6a74303..8bcec90 100644
--- a/condor.spec
+++ b/condor.spec
@@ -318,7 +318,8 @@ cp %{SOURCE2} %{name}.service
        -DWITH_PYTHON_BINDINGS:BOOL=TRUE \
        -DWITH_LIBCGROUP:BOOL=TRUE
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 
 %install
 # installation happens into a temporary location, this function is


More information about the scm-commits mailing list