aboutsummaryrefslogtreecommitdiffstats
path: root/include/site
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-10-05 19:45:44 +0200
committerFelix Fietkau <nbd@nbd.name>2017-10-05 21:14:43 +0200
commit603900ef820d20d96a10032160bf6c67203b33e6 (patch)
tree7b2bbf06917cdd8aae20e30847fc30adb772df9f /include/site
parent20f365d70f3d219fe808532fe5892ecb134dbc73 (diff)
downloadupstream-603900ef820d20d96a10032160bf6c67203b33e6.tar.gz
upstream-603900ef820d20d96a10032160bf6c67203b33e6.tar.bz2
upstream-603900ef820d20d96a10032160bf6c67203b33e6.zip
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 <nbd@nbd.name>
Diffstat (limited to 'include/site')
-rw-r--r--include/site/darwin2
1 files changed, 2 insertions, 0 deletions
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