mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
rust_bin, force ssl1 in BUILD_REQUIRES (#11477)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user