From ea806b8f98ecc52002dd663e92223222fd45699c Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 15 Jun 2006 22:16:04 +0000 Subject: [PATCH] fixed libpng link git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@846 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdbuild.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.30.2