mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Fix usage of obsolete HAIKU_BUILD_FEATURE_OPENSSL_ENABLED
This commit is contained in:
parent
d31a50eef7
commit
57190167ef
2
Jamfile
2
Jamfile
@ -22,7 +22,7 @@ if ! $(HAIKU_BOOTSTRAP_BUILD) {
|
||||
}
|
||||
|
||||
# If enabled, make sure that OpenSSL is added to the image.
|
||||
if $(HAIKU_BUILD_FEATURE_OPENSSL_ENABLED) {
|
||||
if [ FIsBuildFeatureEnabled openssl ] {
|
||||
AddHaikuImagePackages openssl ;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ local sources =
|
||||
|
||||
AddResources IMAP : IMAP.rdef ;
|
||||
|
||||
if $(HAIKU_BUILD_FEATURE_OPENSSL_ENABLED) {
|
||||
if [ FIsBuildFeatureEnabled openssl ] {
|
||||
SubDirC++Flags -DUSE_SSL ;
|
||||
SetupFeatureObjectsDir ssl ;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user