Opened 15 years ago
Closed 15 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)
Change History (2)
by , 15 years ago
Attachment: | EnsureOpenSSLIsAddedWhenEnabled.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
applied in hrev35185 by colin. Thanks!