[redis/epel7] Revert back the non existing macro

Christopher Meng cicku at fedoraproject.org
Thu Jul 17 02:29:20 UTC 2014


commit e4aa4d03ad2d93972129819857db6801582c2aea
Author: Christopher Meng <i at cicku.me>
Date:   Thu Jul 17 10:29:11 2014 +0800

    Revert back the non existing macro

 redis.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/redis.spec b/redis.spec
index 13063d8..d27f5e7 100644
--- a/redis.spec
+++ b/redis.spec
@@ -114,7 +114,7 @@ sed -i -e 's|$(CFLAGS)|%{optflags}|g' deps/linenoise/Makefile
 sed -i -e 's|$(LDFLAGS)|%{?__global_ldflags}|g' deps/linenoise/Makefile
 
 %build
-%make_build \
+make %{?_smp_mflags} \
     DEBUG="" \
     LDFLAGS="%{?__global_ldflags}" \
     CFLAGS+="%{optflags}" \


More information about the scm-commits mailing list