Stijn Tintel <stijn@linux-ipv6.be>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZWMAC › #385 | 3 years ago | Testless build | |
OZW › OZWLNX › #679 | 3 years ago |
unix: fix compilation against musl libc (#1127)
POSIX.1-2001 requires sys/select.h for select() and friends. Compile-tested on glibc and musl, runtime tested on musl. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Makefile: use SHARED_LIB_NAME variable in LDFLAGS (#1126)
When not on Darwin, SHARED_LIB_NAME is libopenzwave.so.$(VERSION). Use this variable in LDFLAGS on FreeBSD and Linux, instead of duplicating its value. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> |
359 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
POSIX.1-2001 requires sys/select.h for select() and friends.
Compile-tested on glibc and musl, runtime tested on musl.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
When not on Darwin, SHARED_LIB_NAME is libopenzwave.so.$(VERSION). Use
this variable in LDFLAGS on FreeBSD and Linux, instead of duplicating
its value.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>