ad90073a96
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17847 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
358 B
Diff
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"
|