-
- Downloads
Remove the definition of _GNU_SOURCE from CFLAGS
This causes compilation errors for libvoice-d2. The better solution is to define _GNU_SOURCE on demand. Replace strchrnul() with strchr().
Loading
Please register or sign in to comment
This causes compilation errors for libvoice-d2. The better solution is to define _GNU_SOURCE on demand. Replace strchrnul() with strchr().