771f3aedc602ab276049c48d3de58e8d11565161
[packages.git] / utils / collectd / patches / 010-rrdtool-link-zlib.patch
1 --- collectd-4.4.0.orig/configure       2008-05-26 17:54:07.000000000 +0200
2 +++ collectd-4.4.0/configure    2008-05-26 19:10:23.000000000 +0200
3 @@ -31551,7 +31551,7 @@
4    withval=$with_rrdtool;       if test "x$withval" != "xno" && test "x$withval" != "xyes"
5         then
6                 librrd_cflags="-I$withval/include"
7 -               librrd_ldflags="-L$withval/lib"
8 +               librrd_ldflags="-L$withval/lib -lz"
9                 with_rrdtool="yes"
10         else
11                 with_rrdtool="$withval"