pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/audio/ocp



On Sat, Oct 08, 2011 at 02:47:25PM +0000, Sergey Svishchev wrote:
> Module Name:  pkgsrc
> Committed By: shattered
> Date:         Sat Oct  8 14:47:25 UTC 2011
> 
> Modified Files:
>       pkgsrc/audio/ocp: Makefile
> 
> Log Message:
> clang cannot build this (uses nested functions)

That's misleading. Nested functions are a crappy gcc extension and
worse, one that breaks non-executable stacks. All code depending on them
ought to be removed.

Joerg



Home | Main Index | Thread Index | Old Index