This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new 84ca4bb Fix build issues on modern macOS for LuaJIT
84ca4bb is described below
commit 84ca4bb66918bbc577b513f94fc2d43c40e99ec0
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 16 11:48:56 2019 -0600
Fix build issues on modern macOS for LuaJIT
---
lib/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4c52279..913ca13 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -42,7 +42,7 @@ luajit__v_1 =
all-local:
@echo "Making all in luajit"
test -d "$(top_builddir)/$(subdir)/luajit/src" || cp -rf
"$(srcdir)/luajit" "$(top_builddir)/$(subdir)/"
- cd luajit && $(MAKE) $(AM_MAKEFLAGS) \
+ cd luajit && MACOSX_DEPLOYMENT_TARGET=10.13 $(MAKE) $(AM_MAKEFLAGS) \
BUILDMODE="static" \
PREFIX="$(prefix)" \
CC="$(CC)" \