kits/mail: Remove OpenSSL logic from Jamfile.
Nothing in the Mail Kit proper uses OpenSSL directly anymore (confirmed with a grep for USE_SSL as well as "openssl"), so we don't need this logic anymore.
This commit is contained in:
parent
af45ca81ff
commit
954b54ba8d
@ -39,19 +39,6 @@ local sources =
|
|||||||
local architectureObject ;
|
local architectureObject ;
|
||||||
for architectureObject in [ MultiArchSubDirSetup ] {
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||||
on $(architectureObject) {
|
on $(architectureObject) {
|
||||||
# use OpenSSL, if enabled
|
|
||||||
if [ FIsBuildFeatureEnabled openssl ] {
|
|
||||||
SubDirC++Flags -DUSE_SSL ;
|
|
||||||
UseBuildFeatureHeaders openssl ;
|
|
||||||
Includes [ FGristFiles $(sources) ]
|
|
||||||
: [ BuildFeatureAttribute openssl : headers ] ;
|
|
||||||
# Dependency needed to trigger downloading/unzipping the package before
|
|
||||||
# compiling the files.
|
|
||||||
SetupFeatureObjectsDir ssl ;
|
|
||||||
} else {
|
|
||||||
SetupFeatureObjectsDir no-ssl ;
|
|
||||||
}
|
|
||||||
|
|
||||||
local libmail = [ MultiArchDefaultGristFiles libmail.so ] ;
|
local libmail = [ MultiArchDefaultGristFiles libmail.so ] ;
|
||||||
AddResources $(libmail) : libmail.rdef ;
|
AddResources $(libmail) : libmail.rdef ;
|
||||||
|
|
||||||
@ -62,7 +49,6 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
|||||||
[ TargetLibstdc++ ]
|
[ TargetLibstdc++ ]
|
||||||
$(TARGET_NETWORK_LIBS)
|
$(TARGET_NETWORK_LIBS)
|
||||||
$(TARGET_SELECT_UNAME_ETC_LIB)
|
$(TARGET_SELECT_UNAME_ETC_LIB)
|
||||||
[ BuildFeatureAttribute openssl : libraries ]
|
|
||||||
localestub
|
localestub
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user