packages/utils/collectd/patches/010-rrdtool-link-zlib.patch
cyrus 980b2ca8e6 [packages] utils/collectd: Updated to 4.4.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-17 19:35:09 +00:00

14 lines
520 B
Diff

Index: collectd-4.4.2/configure
===================================================================
--- collectd-4.4.2.orig/configure 2008-07-17 19:34:16.000000000 +0200
+++ collectd-4.4.2/configure 2008-07-17 19:34:25.000000000 +0200
@@ -31428,7 +31428,7 @@
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"