configure: Provide a safe default for unknonw libcs
Support musl out of box. Amend commit 9d2cee52d37c7340f85a5d41110282aac03e6855 that got wrongly merged in its stead.
This commit is contained in:
parent
4e03b2097c
commit
5517466804
4
configure
vendored
4
configure
vendored
@ -3658,8 +3658,8 @@ probe_libc(){
|
|||||||
eval ${pfx}libc_type=solaris
|
eval ${pfx}libc_type=solaris
|
||||||
add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
|
add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
|
||||||
else
|
else
|
||||||
eval ${pfx}libc_type=unknown
|
eval ${pfx}libc_type=default
|
||||||
add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
|
add_${pfx}cppflags -D_DEFAULT_SOURCE
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user