Created attachment 897641 [details] Failed build.log On Musl-Clang profile, wireless-tools fails to configure due to the basename function being called implicitly. The attached patch includes libgen.h, which provides the prototype for basename(). I'm just starting to learn programming, so not entirely sure if this is the best way to fix this. Please do let me know if/why not :)
Created attachment 897642 [details] emerge --info
Created attachment 897643 [details, diff] include libgen.h
> > On Musl-Clang profile, wireless-tools fails to configure due to the basename > function being called implicitly. The attached patch includes libgen.h, > which provides the prototype for basename(). > That's not necessarily the correct solution (but can be). Needs checking.