You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/04/17 18:44:28 UTC

[29/50] git commit: TS-2711 Make sure the LUAJIT ldflags are set properly for OSX.

TS-2711 Make sure the LUAJIT ldflags are set properly for OSX.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f290a71a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f290a71a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f290a71a

Branch: refs/heads/5.0.x
Commit: f290a71a2b0aba5bc6608f0cab886f72a2705d42
Parents: 31f1857
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Apr 15 10:07:41 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Apr 15 10:07:41 2014 -0600

----------------------------------------------------------------------
 configure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f290a71a/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b0502a6..0dacfda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1421,9 +1421,7 @@ AX_LIB_READLINE
 # http://luajit.org/install.html.
 case $host_os in
   darwin)
-    if test "x${enable_lua_support}" = "xLuaJIT"; then
-      LUA_LUAJIT_LDFLAGS="-Wl,-pagezero_size,10000 -Wl,-image_base,100000000"
-    fi
+    LUA_LUAJIT_LDFLAGS="-Wl,-pagezero_size,10000 -Wl,-image_base,100000000"
     ;;
 esac