From f1a62dbd90bd0b7e8af2398afc516fcca2f71f59 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Mar 2015 10:49:22 +0100 Subject: [PATCH] libressl: unbreak on i686-musl: disable hardening for now. --- srcpkgs/libressl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index e65fe30c244..1ee603e0b4a 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -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