community/*: fix missing basename
All threads resolved!
All threads resolved!
Fix the following errors:
error: implicit declaration of function 'basename' [-Wimplicit-function-declaration]
Merge request reports
Activity
Filter activity
- Resolved by Natanael Copa
Have you checked that the code does not expect GNU basename behavior?
I looked up the basename history in musl,musl removed the wrong basename prototype from string.h(https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7 )
Currently musl's basename in libgen.h uses the non-const variant, i need to check tini. directfb should keep the original fix.
added 148 commits
-
7502c2b4...599c1190 - 146 commits from branch
alpine:master
- bc049ae1 - community/directfb: fix missing basename
- a84e6048 - community/tini: fix missing basename
-
7502c2b4...599c1190 - 146 commits from branch
Please register or sign in to reply