mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
libressl: unbreak on i686-musl: disable hardening for now.
This commit is contained in:
parent
ac060fef5c
commit
f1a62dbd90
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ depends="libcrypto32-${version}_${revision} libssl32-${version}_${revision} libt
|
|||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then
|
||||
# XXX disable SSP
|
||||
configure_args+=" ac_cv_search___stack_chk_guard=no"
|
||||
configure_args+=" --disable-hardening"
|
||||
fi
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue