mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
openssl: rename recipe to avoid conflicts
As for libpng and others, there is ABI breakage between openSSL versions, and we want to keep both versions installable side by side.
This commit is contained in:
@@ -24,7 +24,7 @@ ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64 ?arm ?ppc"
|
|||||||
SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm ?ppc"
|
SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm ?ppc"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
openssl$secondaryArchSuffix = $portVersion compat >= 1.1.0
|
openssl11$secondaryArchSuffix = $portVersion compat >= 1.1.0
|
||||||
lib:libcrypto$secondaryArchSuffix = 1.1 compat >= 1.1
|
lib:libcrypto$secondaryArchSuffix = 1.1 compat >= 1.1
|
||||||
lib:libssl$secondaryArchSuffix = 1.1 compat >= 1.1
|
lib:libssl$secondaryArchSuffix = 1.1 compat >= 1.1
|
||||||
"
|
"
|
||||||
@@ -42,12 +42,12 @@ REQUIRES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
openssl${secondaryArchSuffix}_devel = $portVersion
|
openssl11${secondaryArchSuffix}_devel = $portVersion
|
||||||
devel:libcrypto${secondaryArchSuffix} = 1.1 compat >= 1.1
|
devel:libcrypto${secondaryArchSuffix} = 1.1 compat >= 1.1
|
||||||
devel:libssl${secondaryArchSuffix} = 1.1 compat >= 1.1
|
devel:libssl${secondaryArchSuffix} = 1.1 compat >= 1.1
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
openssl${secondaryArchSuffix} == $portVersion base
|
openssl11${secondaryArchSuffix} == $portVersion base
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
Reference in New Issue
Block a user