From: Tobias Oetiker Date: Wed, 29 Oct 2014 07:41:40 +0000 (+0100) Subject: fix version number inconsitency X-Git-Tag: v1.5.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23735ee6400a2fe236bcb71f3b1176f054c2b35;p=thirdparty%2Frrdtool-1.x.git fix version number inconsitency --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 617971cb..b87d0ee8 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -236,7 +236,7 @@ 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.18.tar.gz gunzip -c libpng-1.2.18.tar.gz | tar xf - - cd libpng-1.2.10 + cd libpng-1.2.18 env CFLAGS="-O3 -fPIC" ./configure --prefix=$INSTALL_DIR $MAKE $MAKE install