diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 12:44:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:27:59 +0200 |
commit | 3ebd2c514e2817611c6c55daf195feb27fb28ecf (patch) | |
tree | 0f7e6f9d2aeda0b46c4da397b888ce368cde669e /net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch | |
parent | dev-ruby/rrdtool-bindings: Remove old (diff) | |
download | gentoo-3ebd2c514e2817611c6c55daf195feb27fb28ecf.tar.gz gentoo-3ebd2c514e2817611c6c55daf195feb27fb28ecf.tar.bz2 gentoo-3ebd2c514e2817611c6c55daf195feb27fb28ecf.zip |
net-analyzer/rrdtool: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch b/net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch deleted file mode 100644 index a0bee695b7ae..000000000000 --- a/net-analyzer/rrdtool/files/rrdtool-1.6.0-configure.ac.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -177,7 +177,7 @@ - AC_PROG_CPP - AC_PROG_CC - AM_PROG_CC_C_O --AC_PROG_LIBTOOL -+LT_INIT - - dnl Try to detect/use GNU features - CFLAGS="$CFLAGS -D_GNU_SOURCE" -@@ -239,13 +239,6 @@ - AC_CHECK_FUNC(acos, , AC_CHECK_LIB(m, acos)) - AC_CHECK_FUNC(round, , AC_CHECK_LIB(m, round)) - -- -- --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 |