]> 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:04:48 +0000 (12:04 +0100)
CMakeLists.txt

index 33f1029add11aaf35ef870ce26991031d2254f09..c867bff6b8babdcdc48bad5ba5758faa92799c61 100644 (file)
@@ -445,7 +445,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)