Skip to content

libs::openssl: fix host build of tools#305

Merged
jkloetzke merged 1 commit intoBobBuildTool:masterfrom
sixtyfourktec:master
Feb 27, 2026
Merged

libs::openssl: fix host build of tools#305
jkloetzke merged 1 commit intoBobBuildTool:masterfrom
sixtyfourktec:master

Conversation

@sixtyfourktec
Copy link
Contributor

If the tools package is build for the host it is usually linked statically. This means the dependent openssl-tgt directory can be empty, producing an error on copy. Fix this be not using shell globs but the directory content itself as copy sources.

If the tools package is build for the host it is usually linked
statically. This means the dependent openssl-tgt directory can be empty,
producing an error on copy. Fix this be not using shell globs but the
directory content itself as copy sources.
@icedieler
Copy link

I was impacted by this issue and can confirm that this change fixes it.

@jkloetzke jkloetzke merged commit 719e7cd into BobBuildTool:master Feb 27, 2026
3 checks passed
@jkloetzke
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants