[ettercap/el6] Disable parallel make.

Jon Ciesla limb at fedoraproject.org
Thu Jan 26 21:12:17 UTC 2012


commit 47d1c496ec8aadf969f4480c96982c5f8574de76
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jan 26 15:11:16 2012 -0600

    Disable parallel make.

 ettercap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ettercap.spec b/ettercap.spec
index e8e321a..f77a453 100644
--- a/ettercap.spec
+++ b/ettercap.spec
@@ -124,7 +124,8 @@ This package contains the GTK version.
 %build
 autoconf
 %configure --enable-gtk
-make %{?_smp_mflags}
+#make %{?_smp_mflags}
+make
 cp src/ettercap src/ettercap-gtk
 make clean
 %configure --disable-gtk


More information about the scm-commits mailing list