rust_bin, force ssl1 in BUILD_REQUIRES (#11477)

This commit is contained in:
Schrijvers Luc
2024-12-18 09:10:19 +01:00
committed by GitHub
parent a4ae0c11f4
commit 23d5a8ea1d

View File

@@ -44,6 +44,7 @@ PROVIDES="
cmd:clippy_driver$secondaryArchSuffix = $clippyVersion
cmd:rls$secondaryArchSuffix = $rlsVersion
"
# version strings for libssl need to be removed on the switch to ssl3 or set to >= 3
REQUIRES="
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix >= 1.1
@@ -56,6 +57,7 @@ CONFLICTS="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
lib:libssl$secondaryArchSuffix >= 1.1 # not required, remove when switching to ssl3
"
relativeInstallDir="develop/tools$secondaryArchSubDir/rust"