On Wed, Jul 30, 2014 at 1:18 PM, Diego Biurrun <[email protected]> wrote:
> ---
>  configure | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 800d6fa..38ba55e 100755
> --- a/configure
> +++ b/configure
> @@ -2539,8 +2539,9 @@ case "$toolchain" in
>          add_ldflags -fprofile-arcs -ftest-coverage
>      ;;
>      hardened)
> -        add_cflags  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 
> -fno-strict-overflow -fstack-protector-all
> -        add_ldflags -Wl,-z,relro -Wl,-z,now
> +        add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
> +        add_cflags   -fno-strict-overflow -fstack-protector-all
> +        add_ldflags  -Wl,-z,relro -Wl,-z,now
>      ;;
>      ?*)
>          die "Unknown toolchain $toolchain"

Seems ok, but why?
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to