]> git.pld-linux.org Git - packages/mosh.git/commitdiff
- filter out weaker pld stack protector flags, mosh issue #203
authorElan Ruusamäe <glen@delfi.ee>
Sun, 7 Oct 2012 14:47:33 +0000 (17:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 7 Oct 2012 14:47:33 +0000 (17:47 +0300)
mosh.spec

index 4b5312bc7cab181b9fe1e70738e5996625b126e0..421f215a993e37faf6b5f9a2210bf4211038ca96 100644 (file)
--- a/mosh.spec
+++ b/mosh.spec
@@ -37,6 +37,10 @@ BuildRequires:       __cc >= 4.0
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# PLD stack protector flags are weaker than upstream, filter them out
+# https://github.com/keithw/mosh/issues/203
+%define                filterout_cxx   -fstack-protector --param=ssp-buffer-size=4
+
 %description
 Remote terminal application that allows roaming, supports intermittent
 connectivity, and provides intelligent local echo and line editing of
This page took 0.041202 seconds and 4 git commands to generate.