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

Collapse All | Expand All

(-)mysql.orig/configure.in (-1 / +1 lines)
Lines 519-525 Link Here
519
519
520
# We need an assembler, too
520
# We need an assembler, too
521
AM_PROG_AS
521
AM_PROG_AS
522
CCASFLAGS="$CCASFLAGS $ASFLAGS"
522
CCASFLAGS="$CCASFLAGS $(for flag in $ASFLAGS ; do echo "-Wa,$flag" ; done)"
523
523
524
# Check if we need noexec stack for assembler
524
# Check if we need noexec stack for assembler
525
AC_CHECK_NOEXECSTACK
525
AC_CHECK_NOEXECSTACK

Return to bug 347796