summaryrefslogtreecommitdiff
path: root/user/rrdtool/no-posix-fallocate.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 05:35:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 05:35:20 -0500
commit6df81be24df30216dbe8642b067d62c01c683ba1 (patch)
tree80b86790dea644c27ca157526893d0c92fa1dca2 /user/rrdtool/no-posix-fallocate.patch
parent01a93eab1836ce9ec64288b2f68ed9681ca6cf2a (diff)
downloadpackages-6df81be24df30216dbe8642b067d62c01c683ba1.tar.gz
packages-6df81be24df30216dbe8642b067d62c01c683ba1.tar.bz2
packages-6df81be24df30216dbe8642b067d62c01c683ba1.tar.xz
packages-6df81be24df30216dbe8642b067d62c01c683ba1.zip
user/rrdtool: pull in, bump to 1.7.0, modernise
Diffstat (limited to 'user/rrdtool/no-posix-fallocate.patch')
-rw-r--r--user/rrdtool/no-posix-fallocate.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/rrdtool/no-posix-fallocate.patch b/user/rrdtool/no-posix-fallocate.patch
new file mode 100644
index 000000000..c34c5a187
--- /dev/null
+++ b/user/rrdtool/no-posix-fallocate.patch
@@ -0,0 +1,12 @@
+--- rrdtool-1.4.8.orig/configure.ac
++++ rrdtool-1.4.8/configure.ac
+@@ -280,9 +280,6 @@
+ #include <fcntl.h>])
+ AC_CHECK_FUNCS(posix_fadvise)
+
+-dnl can we use posix_fallocate
+-AC_CHECK_FUNCS(posix_fallocate)
+-
+ CONFIGURE_PART(Libintl Processing)
+
+ AM_GNU_GETTEXT_VERSION(0.17)