configure: Set the page zero size to 4KiB on OS X to fix building 64-bit Wine.
This commit is contained in:
parent
ac86cb9eba
commit
faad187e70
|
@ -7862,7 +7862,7 @@ uninstall::
|
||||||
|
|
||||||
APPKIT_LIBS="-framework AppKit"
|
APPKIT_LIBS="-framework AppKit"
|
||||||
|
|
||||||
LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
|
LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
|
||||||
$as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
|
$as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
|
||||||
if ${ac_cv_cflags__Wl__no_pie+:} false; then :
|
if ${ac_cv_cflags__Wl__no_pie+:} false; then :
|
||||||
|
|
|
@ -761,7 +761,7 @@ uninstall::
|
||||||
AC_SUBST(APPLICATIONSERVICES_LIBS,"-framework ApplicationServices")
|
AC_SUBST(APPLICATIONSERVICES_LIBS,"-framework ApplicationServices")
|
||||||
AC_SUBST(CORESERVICES_LIBS,"-framework CoreServices")
|
AC_SUBST(CORESERVICES_LIBS,"-framework CoreServices")
|
||||||
AC_SUBST(APPKIT_LIBS,"-framework AppKit")
|
AC_SUBST(APPKIT_LIBS,"-framework AppKit")
|
||||||
LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
|
LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
|
||||||
WINE_TRY_CFLAGS([-Wl,-no_pie],
|
WINE_TRY_CFLAGS([-Wl,-no_pie],
|
||||||
[LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"])
|
[LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"])
|
||||||
if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
|
if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
|
||||||
|
|
Loading…
Reference in New Issue