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