]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool-acfix.patch
- updated for perl-5.8; release 2
[packages/rrdtool.git] / rrdtool-acfix.patch
CommitLineData
1691f89f
JB
1--- rrdtool-1.0.39/configure.in.orig Thu Jun 20 08:20:52 2002
2+++ rrdtool-1.0.39/configure.in Tue Jul 23 22:21:31 2002
3@@ -146,7 +146,7 @@
4 fi
5
6 dnl add pic flag in any case this makes sure all our code is relocatable
7-CFLAGS="$CFLAGS "`grep pic_flag= libtool | sed -e 's/.*pic_flag=//' -e 's/"//g'`
8+CFLAGS="$CFLAGS "`grep pic_flag= libtool | sed -e 's/.*pic_flag=//' -e 's/"//g' | tr '\n' ' '`
9
10 dnl it seems that hpux chockes on -fPIC for some reason
11 ZLIB_CFLAGS=$CFLAGS
This page took 0.076591 seconds and 4 git commands to generate.