Commit 55174668 authored by Luca Barbato's avatar Luca Barbato

configure: Provide a safe default for unknonw libcs

Support musl out of box.

Amend commit 9d2cee52 that got
wrongly merged in its stead.
parent 4e03b209
...@@ -3658,8 +3658,8 @@ probe_libc(){ ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment