mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-19 20:40:41 +02:00
ALLOCATE_LOCAL is dangerous on Darwin due to memory layout differences
from Linux, so let's define NO_ALLOCA.
(cherry picked from commit 7caf51d1a5)
This commit is contained in:
parent
06c46ec050
commit
dc56305e16
1 changed files with 1 additions and 1 deletions
|
|
@ -1748,7 +1748,7 @@ if test "x$XQUARTZ" = xyes; then
|
|||
AC_SUBST([DARWIN_LIBS])
|
||||
AC_CHECK_LIB([Xplugin],[xp_init],[:])
|
||||
AC_SUBST([APPLE_APPLICATIONS_DIR])
|
||||
CFLAGS="${CFLAGS} -D__DARWIN__ -DROOTLESS_WORKAROUND"
|
||||
CFLAGS="${CFLAGS} -D__DARWIN__ -DROOTLESS_WORKAROUND -DNO_ALLOCA"
|
||||
PLIST_VERSION_STRING=$PACKAGE_VERSION
|
||||
AC_SUBST([PLIST_VERSION_STRING])
|
||||
PLIST_VENDOR_WEB=$VENDOR_WEB
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue