```
ln -fs libdebuginfod.so.1 libdebuginfod.so
g++ -std=c++11 -std=c++11 -Wall -Wshadow -Wtrampolines -Wlogical-op -Wduplicated-cond -Wnull-dereference -Wimplicit-fallthrough=5 -Wunused -Wextra -Wstack-usage=262144 -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv5te -Wl,-rpath-link,../libelf:../libdw:. -Wl,-O1 -Wl,--as-needed -o debuginfod debuginfod.o ../libdw/libdw.so ../libelf/libelf.so ../lib/libeu.a ./libdebuginfod.so -largp -lfts -lmicrohttpd -lsqlite3 -larchive -ljson-c -lcurl -llzma -lpthread -ldl -lbz2
/usr/arm-unknown-linux-musleabi/binutils-bin/2.46.0/ld: /usr/lib/libgnutls.so.30: undefined reference to `compressBound@ZLIB_1.2.0'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:654: debuginfod] Error 1
make[1]: *** [Makefile:625: all-recursive] Error 1
make: *** [Makefile:540: all] Error 2
* ERROR: dev-libs/elfutils-0.194-r3::gentoo failed (compile phase)
```
… bugger.
(Why the hell do we need a HTTP server in binutils anyway?)