mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
lockdev: Pretend GNU libc on musl
it has all needed features but expects " -D__GNU_LIBRARY__" so make it happy when using musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -18,3 +18,5 @@ do_configure_prepend () {
|
|||||||
# Make automake happy
|
# Make automake happy
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CFLAGS_append_libc-musl = " -D__GNU_LIBRARY__"
|
||||||
|
|||||||
Reference in New Issue
Block a user