From c4b4e590805606cbcc79cf6260b7cf37396ba591 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Sep 2017 06:24:22 +0200 Subject: more from Fedora --- redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.spec') 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 -- cgit