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 544-550 Link Here
544
544
545
# We need an assembler, too
545
# We need an assembler, too
546
AM_PROG_AS
546
AM_PROG_AS
547
CCASFLAGS="$CCASFLAGS $ASFLAGS"
547
CCASFLAGS="$CCASFLAGS $(for flag in $ASFLAGS ; do echo "-Wa,$flag" ; done)"
548
548
549
# Check if we need noexec stack for assembler
549
# Check if we need noexec stack for assembler
550
AC_CHECK_NOEXECSTACK
550
AC_CHECK_NOEXECSTACK

Return to bug 347796