aboutsummaryrefslogtreecommitdiffstats
path: root/main/rrdtool/no-posix-fallocate.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2013-09-01 23:48:46 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2013-09-01 23:49:54 +0000
commitab41b70761bbcb76e43c2c352fb2acd3aca07704 (patch)
treea431594e70862f368914ed4d4fd7dc44ae23b9a3 /main/rrdtool/no-posix-fallocate.patch
parent4c388c3e2f4db5fb370949b243982450376716f4 (diff)
downloadaports-ab41b70761bbcb76e43c2c352fb2acd3aca07704.tar.bz2
aports-ab41b70761bbcb76e43c2c352fb2acd3aca07704.tar.xz
main/rrdtool: disable use of posix_fallocate(), seems broken
(it makes rrdtool throw a bus error when using `rrdtool create`)
Diffstat (limited to 'main/rrdtool/no-posix-fallocate.patch')
-rw-r--r--main/rrdtool/no-posix-fallocate.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/rrdtool/no-posix-fallocate.patch b/main/rrdtool/no-posix-fallocate.patch
new file mode 100644
index 0000000000..c34c5a1871
--- /dev/null
+++ b/main/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)