You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace hardcode_into_libs patches with sed calls in libgcrypt, libksba, libassuan
Replaces version-specific patches with build system sed commands to simplify
version upgrades. Verified identical binary output with baseline.
Changes:
- libgcrypt-1.10.1: Remove patch, use sed for hardcode_into_libs
- libksba-1.6.3: Remove patch, use sed for hardcode_into_libs
- libassuan-2.5.5: Remove patch, use sed for hardcode_into_libs
- gpg2-2.4.0: Refactor patch to only contain functional code change (ttyfp behavior)
Move cross_compiling=yes to sed in module for future version bumps
- All modules: Add TODO comments for version bump considerations
Sed patterns follow tpm2-tss convention (simple string matching without anchors).
Build verification: EOL_x220-hotp-maximized compiles successfully with 175 KiB
free CBFS space. All GPG2 toolstack libraries built correctly with -Oz optimization.
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
0 commit comments