[haiku-commits] haiku: hrev53371 - build/jam

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Aug 2019 15:38:25 -0400 (EDT)

hrev53371 adds 1 changeset to branch 'master'
old head: c1c99c5c00c973df71afcbe938808fd1fd298132
new head: 5f255c64dcbd6a57e2c05a08334dcd8e738a377f
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=5f255c64dcbd+%5Ec1c99c5c00c9

----------------------------------------------------------------------------

5f255c64dcbd: DefaultBuildProfiles: Add OpenSSL to minimum profile
  
  This makes pkgman functional in minimum-profile images.
  
  Change-Id: I3578886743fecbf76779ac1b4b76762d8ce1be3d
  Reviewed-on: https://review.haiku-os.org/c/haiku/+/1715
  Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>

                                      [ Simon South <simon@xxxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53371
Commit:      5f255c64dcbd6a57e2c05a08334dcd8e738a377f
URL:         https://git.haiku-os.org/haiku/commit/?id=5f255c64dcbd
Author:      Simon South <simon@xxxxxxxxxxxxxx>
Date:        Tue Aug 13 16:55:05 2019 UTC
Committer:   waddlesplash <waddlesplash@xxxxxxxxx>
Commit-Date: Tue Aug 13 19:38:23 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
build/jam/DefaultBuildProfiles | 1 +

----------------------------------------------------------------------------

diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles
index a8af980eab..3c7fea3292 100644
--- a/build/jam/DefaultBuildProfiles
+++ b/build/jam/DefaultBuildProfiles
@@ -184,6 +184,7 @@ rule DefineDefaultBuildProfiles
                        }
 
                        AddHaikuImagePackages
+                               openssl
                                ;
                }
 


Other related posts:

  • » [haiku-commits] haiku: hrev53371 - build/jam - waddlesplash