From 603900ef820d20d96a10032160bf6c67203b33e6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Oct 2017 19:45:44 +0200 Subject: build: add a darwin sitefile to deal with macOS 10.12 + Xcode 9 build errors Certain functions are available in system headers, but only work on macOS 10.13 Signed-off-by: Felix Fietkau --- include/site/darwin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/site/darwin (limited to 'include/site') diff --git a/include/site/darwin b/include/site/darwin new file mode 100644 index 0000000000..ec38f67be6 --- /dev/null +++ b/include/site/darwin @@ -0,0 +1,2 @@ +ac_cv_func_futimens=no +ac_cv_func_utimensat=no -- cgit v1.2.3