Description: tell the build script how to link to libpng
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-12-26

Index: xymon/build/rrd.sh
===================================================================
--- xymon.orig/build/rrd.sh	2012-07-23 23:39:36.000000000 +0200
+++ xymon/build/rrd.sh	2012-07-23 23:41:09.000000000 +0200
@@ -3,7 +3,7 @@
 	RRDDEF=""
 	RRDINC=""
 	RRDLIB=""
-	PNGLIB=""
+	PNGLIB="$(libpng12-config --ldflags)"
 	ZLIB=""
 	for DIR in /opt/rrdtool* /usr/local/rrdtool* /usr/local /usr/pkg /opt/csw /opt/sfw /usr/sfw
 	do
