diff options
author | Peter Volkov <pva@gentoo.org> | 2009-07-08 10:32:21 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-07-08 10:32:21 +0000 |
commit | a39d62cd8cebbb113f9c83231c58028e69ca1c3b (patch) | |
tree | a651cbcd3c94f0fce5a5b88c23c0804c18704d6d /net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch | |
parent | We don't need inherit/eautoreconf here. Forgot to drop it after work on fix w... (diff) | |
download | gentoo-2-a39d62cd8cebbb113f9c83231c58028e69ca1c3b.tar.gz gentoo-2-a39d62cd8cebbb113f9c83231c58028e69ca1c3b.tar.bz2 gentoo-2-a39d62cd8cebbb113f9c83231c58028e69ca1c3b.zip |
Fixed bug #272767, thank Martin Mokrejš for report and Rafał for investigation. A bit improved nls handling.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch b/net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch new file mode 100644 index 000000000000..d1c719bd1893 --- /dev/null +++ b/net-analyzer/rrdtool/files/rrdtool-1.3.8-configure.ac.patch @@ -0,0 +1,16 @@ +=== modified file 'configure.ac' +--- configure.ac 2009-07-08 09:47:54 +0000 ++++ configure.ac 2009-07-08 09:51:00 +0000 +@@ -174,11 +174,6 @@ + AC_CHECK_FUNC(acos, , AC_CHECK_LIB(m, acos)) + + +-dnl add pic flag in any case this makes sure all our code is relocatable +-eval `./libtool --config | grep pic_flag` +-CFLAGS="$CFLAGS $pic_flag" +- +- + dnl Checks for library functions. + AC_FUNC_STRFTIME + AC_FUNC_VPRINTF + |