diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-13 08:37:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-13 08:37:06 +0000 |
commit | b9bd267a8fa9564a7328baf183b54bf85c1f2f5f (patch) | |
tree | de547b26862faf5167e879f2f3cc5c9e74fd90be /Build/source/texk/web2c/configure | |
parent | 1ab81a0aa4acf1ffffa0b84ff87dab88a255166c (diff) |
build system: Always use special flags when linking with libluajit on x64_64-darwin
git-svn-id: svn://tug.org/texlive/trunk@33168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index b7e3abc1463..a7973db6a5c 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -785,11 +785,11 @@ XETEX_MACOSX_TRUE FONTCONFIG_LIBS FONTCONFIG_INCLUDES PKG_CONFIG -luajittex_extra ipc_socketlibs lua_socketlibs USE_DLOPEN_FALSE USE_DLOPEN_TRUE +LUAJIT_LDEXTRA LUAJIT_DEFINES LUA52_DEFINES WIN32_CALL_FALSE @@ -18662,6 +18662,13 @@ fi LUAJIT_DEFINES=-DLUAJIT_ENABLE_LUA52COMPAT +case $host_os:$host_cpu in #( + *darwin*:x86_64) : + LUAJIT_LDEXTRA='-pagezero_size 10000 -image_base 100000000' ;; #( + *) : + ;; +esac + LIBS=$kpse_save_LIBS if test "x$kpse_cv_have_win32" = xno; then @@ -19028,14 +19035,6 @@ fi -case $host_os:$host_cpu in #( - *darwin*:x86_64) : - luajittex_extra='-pagezero_size 10000 -image_base 100000000' ;; #( - *) : - ;; -esac - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS X ApplicationServices framework" >&5 $as_echo_n "checking for Mac OS X ApplicationServices framework... " >&6; } if ${kpse_cv_have_ApplicationServices+:} false; then : |