Re: [systemd-devel] [PATCH] build: if -fstack-protector-strong is available, use it.

2014-04-12 Thread Zbigniew Jędrzejewski-Szmek
Yeah, this seems a good thing. Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] build: if -fstack-protector-strong is available, use it.

2014-04-11 Thread Cristian Rodríguez
--- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5074114..d40fb38 100644 --- a/configure.ac +++ b/configure.ac @@ -156,6 +156,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -ffunction-sections \ -fdata-sections \