libressl: make this build on armv5te (#1469).

This commit is contained in:
Juan RP 2015-05-01 12:03:39 +02:00
parent fe3318d7e1
commit aa98401206

View file

@ -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