diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-27 06:24:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-27 06:24:22 +0200 |
commit | c4b4e590805606cbcc79cf6260b7cf37396ba591 (patch) | |
tree | ea319d1c8f9997f816d97552425029ebe22e930b | |
parent | 43eb395a9a1254e4e8b8e4ec3492670e2ad78285 (diff) |
more from Fedora
-rw-r--r-- | redis.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |