Opened 14 years ago

Closed 14 years ago

#5299 closed bug (fixed)

[patch] ensure OpenSSL is added to image when enabled

Reported by: mmadia Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

situation: UserBuildConfig contains HAIKU_OPENSSL_ENABLED = 1 ; , followed by jam -q haiku-image . The resulting image will contain binaries that depend on a non-existent OpenSSL.

This patch ensures that the optional package OpenSSL is added to the image.

Attachments (1)

EnsureOpenSSLIsAddedWhenEnabled.patch (580 bytes ) - added by mmadia 14 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by mmadia, 14 years ago

Resolution: fixed
Status: newclosed

applied in hrev35185 by colin. Thanks!

Note: See TracTickets for help on using tickets.