libressl: make this build on armv5te (#1469).
This commit is contained in:
parent
fe3318d7e1
commit
aa98401206
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue