Explicitly add OpenSSL as an optional package in @nightly-* and @alpha-*. With

r35867, OptionalBuildFeatures is parsed before OptionalPackageDependencies. As
a result, we can no longer rely on build features being added by resolving
OptionalPackageDependencies. Alternatively, "HAIKU_BUILD_FEATURE_SSL = 1 ;"
could be set in UserBuildConfig/ReleaseBuildProfiles.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia 2010-04-14 17:52:12 +00:00
parent f3cf9af6bf
commit 14e1d73761
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ switch $(HAIKU_BUILD_PROFILE) {
AddOptionalHaikuImagePackages BePDF BeZillaBrowser Clockwerk Pe Vision
VLC WonderBrush ;
AddOptionalHaikuImagePackages CVS Development Git Mercurial
Python Subversion OpenSSH ;
Python Subversion OpenSSH OpenSSL ;
AddOptionalHaikuImagePackages Nano P7zip Welcome BeBook ;
}
@ -38,7 +38,7 @@ switch $(HAIKU_BUILD_PROFILE) {
HAIKU_IMAGE_SIZE = 450 ;
AddOptionalHaikuImagePackages Pe Nano Vision P7zip ;
AddOptionalHaikuImagePackages Development Subversion OpenSSH ;
AddOptionalHaikuImagePackages Development Subversion OpenSSH OpenSSL ;
}
}