mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:57:31 +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> (cherry picked from commit b70dd8f2af20bdafcdcec0db4ad4fb5b4e688e35) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
02bca9e5f4
commit
d2a990bc72
@ -18,3 +18,5 @@ do_configure_prepend () {
|
||||
# Make automake happy
|
||||
touch ChangeLog
|
||||
}
|
||||
|
||||
CFLAGS_append_libc-musl = " -D__GNU_LIBRARY__"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user