summaryrefslogtreecommitdiff
path: root/user/rrdtool/no-posix-fallocate.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-04 06:35:09 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-04 06:35:09 +0000
commit5e5928e219124dc422830bc24cfe0fba7e86b8d4 (patch)
tree84c29dceb9299519dfc3a81fcca43e286a0d58f7 /user/rrdtool/no-posix-fallocate.patch
parent9bb0f41641c5e8f0fea73c28bbd20b0335737494 (diff)
downloadpackages-5e5928e219124dc422830bc24cfe0fba7e86b8d4.tar.gz
packages-5e5928e219124dc422830bc24cfe0fba7e86b8d4.tar.bz2
packages-5e5928e219124dc422830bc24cfe0fba7e86b8d4.tar.xz
packages-5e5928e219124dc422830bc24cfe0fba7e86b8d4.zip
user/rrdtool: bump to 1.7.2 to fix TZ bug, enable tests
Diffstat (limited to 'user/rrdtool/no-posix-fallocate.patch')
-rw-r--r--user/rrdtool/no-posix-fallocate.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/rrdtool/no-posix-fallocate.patch b/user/rrdtool/no-posix-fallocate.patch
deleted file mode 100644
index c34c5a187..000000000
--- a/user/rrdtool/no-posix-fallocate.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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)