Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240956 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (+14 lines)
Lines 499-504 Link Here
499
    enable_xcb=no
499
    enable_xcb=no
500
fi
500
fi
501
501
502
503
dnl readonly text segment on x86 hardened platforms
504
AC_ARG_ENABLE([glx_rts],
505
    [AS_HELP_STRING([--enable-glx-rts],
506
        [on x86, use a readonly text segment for libGL @<:@default=disabled@:>@])],
507
    [enable_glx_rts="$enableval"],
508
    [enable_glx_rts=no])
509
if test "x$enable_glx_rts" = xyes; then
510
    DEFINES="$DEFINES -DGLX_X86_READONLY_TEXT"
511
else
512
    enable_glx_rts=no
513
fi
514
515
502
dnl
516
dnl
503
dnl libGL configuration per driver
517
dnl libGL configuration per driver
504
dnl
518
dnl

Return to bug 240956