From 25cd9346c0124f1d97f9ceafd22eea998b0f8c60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Oct 2012 19:05:08 +0200 Subject: redis: fix fedora 12 build --- redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.spec b/redis.spec index 2ac6364..01fae5d 100644 --- a/redis.spec +++ b/redis.spec @@ -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 -- cgit