Skip to content

Commit

Permalink
mosh: disable hardening.
Browse files Browse the repository at this point in the history
Our gcc advertises support for stack protector, but linking fails.
  • Loading branch information
pulkomandy committed Nov 5, 2016
1 parent cd95ef9 commit 886c71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-misc/mosh/mosh-1.2.4.recipe
Expand Up @@ -55,7 +55,7 @@ BUILD()
{
export LDFLAGS=-lnetwork
./autogen.sh
runConfigure ./configure --bindir=$prefix/bin
runConfigure ./configure --bindir=$prefix/bin --disable-hardening
make $jobArgs
}

Expand Down

0 comments on commit 886c71b

Please sign in to comment.