mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libressl: disable SSP detection on i686-musl for now.
This commit is contained in:
parent
3cb08dd17b
commit
ac060fef5c
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ checksum=e8e08535928774119a979412ee8e307444b7a1a42c8c47ac06ee09423ca9a04e
|
||||||
# Compat pkg that depends on the real pkgs.
|
# Compat pkg that depends on the real pkgs.
|
||||||
depends="libcrypto32-${version}_${revision} libssl32-${version}_${revision} libtls3-${version}_${revision}"
|
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
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue