mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
rust_bin, set ssl version to 1.1, needs to be reverted on next version" (#11470)
This commit is contained in:
@@ -4,7 +4,7 @@ prevents almost all crashes*, and eliminates data races."
|
||||
HOMEPAGE="https://www.rust-lang.org/"
|
||||
COPYRIGHT="2024 The Rust Project Developers"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
case "$effectiveTargetArchitecture" in
|
||||
x86)
|
||||
@@ -46,8 +46,8 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix >= 1.1
|
||||
lib:libssl$secondaryArchSuffix >= 1.1
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
CONFLICTS="
|
||||
|
||||
Reference in New Issue
Block a user