Skip to content

gpgme: pin gpgrt-config to target staging - #105

Merged
fwerkor merged 1 commit into
mainfrom
fix-gpgme-gpgrt-config
Jul 12, 2026
Merged

gpgme: pin gpgrt-config to target staging#105
fwerkor merged 1 commit into
mainfrom
fix-gpgme-gpgrt-config

Conversation

@fwerkor

@fwerkor fwerkor commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • force gpgme configure to use $(STAGING_DIR)/usr/bin/gpgrt-config
  • prevent GitHub runner /usr/bin/gpgrt-config from injecting glibc /usr/include into musl cross-compilation

Failure fixed

The x86_64 and aarch64 image builds failed while compiling gpgme-tool.c because host glibc headers and target musl fortify headers were included together, causing duplicate definitions such as recv, recvfrom, read, and strncpy.

Scope

One package recipe change, two added lines, no unrelated feed changes.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@fwerkor
fwerkor merged commit f2a6704 into main Jul 12, 2026
8 checks passed
@fwerkor
fwerkor deleted the fix-gpgme-gpgrt-config branch July 12, 2026 11:09
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.

1 participant