[mesos] put bundled make outside %if

tstclair tstclair at fedoraproject.org
Thu Aug 28 19:13:28 UTC 2014


commit e5ef46d74e131f1eaa989de42d6d410b5ad652db
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Thu Aug 28 14:12:22 2014 -0500

    put bundled make outside %if

 mesos.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mesos.spec b/mesos.spec
index 12b140b..da1deff 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -144,13 +144,13 @@ autoreconf -vfi
 export LDFLAGS="$RPM_LD_FLAGS -L$PWD/libev-%{libevver}/.libs"
 ZOOKEEPER_JAR="/usr/share/java/zookeeper/zookeeper.jar:/usr/share/java/slf4j/api.jar:/usr/share/java/slf4j/log4j12.jar:/usr/share/java/log4j.jar" %configure --disable-bundled --disable-static
 
-make %{?_smp_mflags}
-
 %else
 autoreconf -vfi
 %configure
 %endif
 
+make %{?_smp_mflags}
+
 %check
 ######################################
 # NOTE: as of 0.16.0 &> there has been a change in the startup routines which


More information about the scm-commits mailing list