mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.1.6
|
version=2.1.6
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Version of the TLS/crypto stack forked from OpenSSL"
|
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
|
if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then
|
||||||
# XXX disable SSP
|
# XXX disable SSP
|
||||||
configure_args+=" --disable-hardening"
|
configure_args+=" --disable-hardening"
|
||||||
|
elif [ "$XBPS_TARGET_MACHINE" = "armv5tel" ]; then
|
||||||
|
configure_args+=" --disable-asm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue