packages/utils/collectd/patches/010-rrdtool-link-zlib.patch
nbd ad90073a96 collectd: add mod-memory (patch from #5591)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-04 03:55:36 +00:00

12 lines
358 B
Diff

--- a/configure
+++ b/configure
@@ -31446,7 +31446,7 @@ if test "${with_rrdtool+set}" = set; the
withval=$with_rrdtool; if test "x$withval" != "xno" && test "x$withval" != "xyes"
then
librrd_cflags="-I$withval/include"
- librrd_ldflags="-L$withval/lib"
+ librrd_ldflags="-L$withval/lib -lz"
with_rrdtool="yes"
else
with_rrdtool="$withval"