From 33fa9d5217f0197e99f227fd8c76d1eac471ea57 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 4 Nov 2016 14:43:50 +0100 Subject: [PATCH] mosh: disable hardening. Our gcc advertises support for stack protector, but linking fails. --- net-misc/mosh/mosh-1.2.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/mosh/mosh-1.2.4.recipe b/net-misc/mosh/mosh-1.2.4.recipe index 77023b3c0..21a4a00a1 100644 --- a/net-misc/mosh/mosh-1.2.4.recipe +++ b/net-misc/mosh/mosh-1.2.4.recipe @@ -55,7 +55,7 @@ BUILD() { export LDFLAGS=-lnetwork ./autogen.sh - runConfigure ./configure --bindir=$prefix/bin + runConfigure ./configure --bindir=$prefix/bin --disable-hardening make $jobArgs }