From: oetiker Date: Thu, 15 Jun 2006 22:16:04 +0000 (+0000) Subject: fixed libpng link X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b4ae25910e7803a171ba9e9e3902f67fcabd393f;p=rrdtool.git fixed libpng link git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@846 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 31e7ff6..85c20fb 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -106,7 +106,7 @@ drop the settings of LDFLAGS and CPPFLAGS. Note that the backslash (\) at the end of line 4 means that line 4 and line 5 are on one line. cd $BUILD_DIR - wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.8-config.tar.gz + wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.10.tar.gz tar zxvf libpng-1.2.10.tar.gz cd libpng-1.2.10 env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \