Skip to content
Snippets Groups Projects
Commit 05c2e9ff authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

wpantund: Fix build break with missing strlcpy symbol


The wpantund project has some m4 macro to check for strlcpy and strlcat
being available. We are hitting a corner case here (maybe due to musl)
where strlcpy is detected but the system still does not build.

Adding a patch to the project to fix this case which was also submitted
upstream and waits for review.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent a1ac4eb6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment