mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
As of 1.6.0 librrd is fully thread-safe and librrd_th was removed. https://oss.oetiker.ch/rrdtool/pub/CHANGES
13 lines
248 B
Diff
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)
|