mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
mosh: disable hardening.
Our gcc advertises support for stack protector, but linking fails.
This commit is contained in:
@@ -55,7 +55,7 @@ BUILD()
|
||||
{
|
||||
export LDFLAGS=-lnetwork
|
||||
./autogen.sh
|
||||
runConfigure ./configure --bindir=$prefix/bin
|
||||
runConfigure ./configure --bindir=$prefix/bin --disable-hardening
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user