Skip to content

main/kmod: fix basename issue due to musl change

Dermot Bradley requested to merge dbradley/aports:kmod-fix-basename into master

Upstream PR # 32

musl has removed the non-prototype declaration of basename from string.h [1] which now results in build errors with clang-17+ compiler.

https://github.com/kmod-project/kmod/pull/32

Merge request reports