diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-10-24 19:05:08 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-10-24 19:05:08 +0200 | 
| commit | 25cd9346c0124f1d97f9ceafd22eea998b0f8c60 (patch) | |
| tree | b0544df2f770ce779e3aef34bac639d416c818fc | |
| parent | cf16567d409efd7247047824f8ea5d0327bb3f0c (diff) | |
redis: fix fedora 12 build
| -rw-r--r-- | redis.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -74,7 +74,7 @@ different kind of sorting abilities.  make %{?_smp_mflags} \    DEBUG="" \    CFLAGS='%{optflags}' \ -%if !0%{?el5} +%if 0%{?rhel} >= 6 || 0%{?fedora} >= 13  %if 0%{?with_perftools}    USE_TCMALLOC=yes \  %endif | 
