[packages/mosh/DEVEL] - filter out weaker pld stack protector flags, mosh issue #203
glen
glen at pld-linux.org
Sun Oct 7 16:48:14 CEST 2012
commit 9eaea372a516248d6f20e621cdd23d13096a35aa
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Oct 7 17:47:33 2012 +0300
- filter out weaker pld stack protector flags, mosh issue #203
mosh.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/mosh.spec b/mosh.spec
index 4b5312b..421f215 100644
--- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mosh.git/commitdiff/9eaea372a516248d6f20e621cdd23d13096a35aa
More information about the pld-cvs-commit
mailing list