diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index fc6abeed01d..e65fe30c244 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -15,6 +15,11 @@ checksum=e8e08535928774119a979412ee8e307444b7a1a42c8c47ac06ee09423ca9a04e # Compat pkg that depends on the real pkgs. depends="libcrypto32-${version}_${revision} libssl32-${version}_${revision} libtls3-${version}_${revision}" +if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then + # XXX disable SSP + configure_args+=" ac_cv_search___stack_chk_guard=no" +fi + if [ "$CROSS_BUILD" ]; then hostmakedepends="libtool" pre_configure() {