On Sun, May 31, 2009 at 09:20:24PM +0200, Jan Nieuwenhuizen wrote:
> diff --git a/gub/specs/darwin/odcctools.py b/gub/specs/darwin/odcctools.py
> index ee953c0..1d24944 100644
> --- a/gub/specs/darwin/odcctools.py
> +++ b/gub/specs/darwin/odcctools.py
> @@ -62,3 +62,8 @@ cd %(install_prefix)s%(cross_dir)s/bin && ln 
> %(toolchain_prefix)sstrip ../%(targ
>      def install (self):
>          cross.AutoBuild.install (self)
>          self.install_librestrict_stat_helpers ()
> +
> +class Odcctools__darwin__ppc (Odcctools):
> +    def configure_command (self):
> +        return (Odcctools.configure_command (self)
> +                + ' CFLAGS=-fno-stack-protector')

Update: according to
  https://wiki.ubuntu.com/CompilerFlags
the "*** buffer overflow detected" message comes from
-D_FORTIFY_SOURCE, not -fstack-protector.  I'm trying it now with
this option disabled; I'll report back in a few hours.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to