]> git.pld-linux.org Git - packages/rrdtool.git/blob - rrdtool-acfix.patch
- run autoheader too
[packages/rrdtool.git] / rrdtool-acfix.patch
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.028836 seconds and 3 git commands to generate.