aports/main/rrdtool/no-posix-fallocate.patch
TBK 1274b475a7 main/rrdtool: upgrade to 1.7.0
As of 1.6.0 librrd is fully thread-safe and librrd_th was removed.

https://oss.oetiker.ch/rrdtool/pub/CHANGES
2018-03-26 17:27:27 +00:00

13 lines
248 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -316,9 +316,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)