Kaydet (Commit) 47c49841 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Don't use the non-public fdatasync() API when sandboxed on macOS

Change-Id: I9e36cb78e3e945f6531a31e0ddf73d9c8d655f7d
üst 6333dcf6
......@@ -26,6 +26,7 @@ $(call gb_ExternalProject_get_state_target,apr,build):
else
$(call gb_ExternalProject_get_state_target,apr,build):
+$(call gb_ExternalProject_run,build,\
$(if $(ENABLE_MACOSX_SANDBOX),ac_cv_func_fdatasync=no) \
./configure \
--enable-static --disable-shared \
--with-pic \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment