Skip to content

doc: update MBEDTLS-3.x sed commands for current Makefile#398

Merged
lneely merged 2 commits into
mainfrom
doc/update-mbedtls-sed-commands
May 6, 2026
Merged

doc: update MBEDTLS-3.x sed commands for current Makefile#398
lneely merged 2 commits into
mainfrom
doc/update-mbedtls-sed-commands

Conversation

@lneely
Copy link
Copy Markdown
Owner

@lneely lneely commented May 6, 2026

The Makefile now uses dynamic pkg-config detection for mbedtls includes and libs. The old sed commands in doc/MBEDTLS-3.x.md targeted hardcoded values that no longer exist.

Updated sed commands:

  • Strip the pkg-config cflags shell expression, hardcode -I/usr/local/include
  • Delete the multi-line MBEDTLS_PKG shell block
  • Replace the dangling $(shell with static -L/usr/local/lib and :libmbedtls.a links

@lneely lneely merged commit 93a99cd into main May 6, 2026
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.

2 participants