summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-27 06:24:22 +0200
committerRemi Collet <remi@remirepo.net>2017-09-27 06:24:22 +0200
commitc4b4e590805606cbcc79cf6260b7cf37396ba591 (patch)
treeea319d1c8f9997f816d97552425029ebe22e930b
parent43eb395a9a1254e4e8b8e4ec3492670e2ad78285 (diff)
more from Fedora
-rw-r--r--redis.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index a65b313..f019540 100644
--- a/redis.spec
+++ b/redis.spec
@@ -145,7 +145,7 @@ sed -i -e 's|-I../deps/jemalloc.*|-DJEMALLOC_NO_DEMANGLE -I/usr/include/jemalloc
%global malloc_flags MALLOC=jemalloc
-%global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" %{malloc_flags} LUA_CFLAGS="%{optflags} -fPIC" LUA_LDFLAGS+="%{?__global_ldflags}" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix}
+%global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" %{malloc_flags} INSTALL="install -p" PREFIX=%{buildroot}%{_prefix}
%build