Skip to content

Commit 6e51d93

Browse files
bsdjhbjrtc27
authored andcommitted
Add libmd.so.7 to minimal CheriBSD images
This is required by libcrypt.so.5 after CheriBSD commit 4ca6f578846d947386821de5e740062c83f8376a.
1 parent e160c25 commit 6e51d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pycheribuild/projects/disk_image.py

+4
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ def add_required_libraries(self, libdirs: "list[str]", ignore_required: bool = F
12261226
]
12271227
# required, but only recently added so not always present
12281228
optional_libs += ["libsys.so.7"]
1229+
# required for libcrypto.so.5 versions newer than CheriBSD
1230+
# commit 4ca6f578846d947386821de5e740062c83f8376a, but
1231+
# recently bumped from libmd.so.6 so not always present
1232+
optional_libs += ["libmd.so.7"]
12291233
# required, but versions were bumped with changes to ncurses
12301234
optional_libs += [
12311235
# needed by /bin/sh & /bin/csh (if we included the purecap sh/csh)

0 commit comments

Comments
 (0)