diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 653e61b7ab7..3c6d2b2707a 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl version=2.1.6 -revision=2 +revision=3 bootstrap=yes build_style=gnu-configure short_desc="Version of the TLS/crypto stack forked from OpenSSL" @@ -17,6 +17,8 @@ depends="libcrypto32-${version}_${revision} libssl32-${version}_${revision} libt if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then # XXX disable SSP configure_args+=" --disable-hardening" +elif [ "$XBPS_TARGET_MACHINE" = "armv5tel" ]; then + configure_args+=" --disable-asm" fi if [ "$CROSS_BUILD" ]; then