configure: Provide a safe default for unknonw libcs
Support musl out of box.
Amend commit 9d2cee52d3
that got
wrongly merged in its stead.
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user