libressl: disable SSP detection on i686-musl for now.

This commit is contained in:
Juan RP 2015-03-06 10:36:59 +01:00
parent 3cb08dd17b
commit ac060fef5c

View file

@ -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() {