diff options
Diffstat (limited to 'results/scraper/box64/2012')
| -rw-r--r-- | results/scraper/box64/2012 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/box64/2012 b/results/scraper/box64/2012 new file mode 100644 index 000000000..ee7d2f79e --- /dev/null +++ b/results/scraper/box64/2012 @@ -0,0 +1,7 @@ +musl support +Hi, + +Thanks for this awesome project! I'd like to resurrect previous failed attempts of bringing musl support to box64. So far I've found standard type mismatches (easily fixable), but also there's a fair amount of `#define _GNU_SOURCE` across the code. What's the main purpose of it? From what it looks like, it can be made a global define via CMake if glibc (default) is used, and not applied for musl. + +As for the missing glibc functions, there's this amazing project by [Adélie Linux](https://git.adelielinux.org/adelie) team: https://git.adelielinux.org/adelie/gcompat , but I don't know what exactly do you need from glibc which's missing in musl. + |