Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37914514
en ru br
ALT Linux repos
S:4.0.0-alt2.git20130220

Group :: Monitoring
RPM: collection4

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: collection4-rrd.patch
Download


diff --git a/configure.ac b/configure.ac
index e27fd54..9346a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,8 @@ AC_CHECK_HEADERS(fcgiapp.h fcgi_stdio.h rrd.h yajl/yajl_gen.h, [],
 
 AC_CHECK_LIB(fcgi, FCGI_Accept, [],
 	     [AC_MSG_ERROR(cannot find libfcgi.)])
-AC_CHECK_LIB(rrd_th, rrd_graph_v, [],
-	     [AC_MSG_ERROR(cannot find librrd_th.)], [-lm])
+AC_CHECK_LIB(rrd, rrd_graph_v, [],
+	     [AC_MSG_ERROR(cannot find librrd.)], [-lm])
 AC_CHECK_LIB(yajl, yajl_gen_alloc, [],
 	     [AC_MSG_ERROR(cannot find libyajl.)])
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin