]> source.dussan.org Git - rspamd.git/commitdiff
In ubuntu hiredis is libhiredis.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Apr 2014 11:04:48 +0000 (12:04 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 3 Apr 2014 11:05:15 +0000 (12:05 +0100)
CMakeLists.txt

index b100f1525dab3a26570d1cf10312920481333c94..48357714aa729fdb0f442957259420ede5654306 100644 (file)
@@ -449,7 +449,7 @@ ProcessPackage(GTHREAD gthread-2.0)
 
 IF(ENABLE_HIREDIS MATCHES "ON")
        # Try to find hiredis library
-       ProcessPackage(HIREDIS hiredis)
+       ProcessPackage(HIREDIS hiredis libhiredis)
 ENDIF(ENABLE_HIREDIS MATCHES "ON")
 
 ProcessPackage(GMIME2 gmime-2.6 gmime-2.4 gmime-2.0)