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=ea806b8f98ecc52002dd663e92223222fd45699c;p=rrdtool-all.git fixed libpng link git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@846 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 31e7ff67..85c20fb6 100644 --- a/program/doc/rrdbuild.pod +++ b/program/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" \