Cant compile with musl
Opened this issue · 2 comments
rm thread-test.o
make[1]: Leaving directory '/var/tmp/paludis/build/sys-boot-efivar-38/work/efivar-38/src'
/usr/x86_64-pc-linux-musl/bin/x86_64-pc-linux-musl-ld.bfd: efisecdb.o: in function main': efisecdb.c:(.text.startup+0x98): undefined reference to
on_exit'
/usr/x86_64-pc-linux-musl/bin/x86_64-pc-linux-musl-ld.bfd: efisecdb.c:(.text.startup+0xad): undefined reference to on_exit' /usr/x86_64-pc-linux-musl/bin/x86_64-pc-linux-musl-ld.bfd: efisecdb.c:(.text.startup+0xc2): undefined reference to
on_exit'
/usr/x86_64-pc-linux-musl/bin/x86_64-pc-linux-musl-ld.bfd: efisecdb.c:(.text.startup+0xd7): undefined reference to `on_exit'
collect2: error: ld returned 1 exit status
make[1]: *** [/var/tmp/paludis/build/sys-boot-efivar-38/work/efivar-38/src/include/rules.mk:32: efisecdb] Error 1
make: *** [Makefile:14: all] Error 2
What commit hash is this with? It looks like you're building a release version, while we'd expect this to be fixed by #206
What commit hash is this with? It looks like you're building a release version, while we'd expect this to be fixed by #206
Hi! The problem was solved, i forgot to close the issue.