commit | 1615064ea0052d29ebc514c84ad0731598b2c4a6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 14 14:02:56 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 19 08:52:17 2021 +0200 |
tree | ae9a0c5c244c3eae21cfe070a8a4c6a600e37920 | |
parent | 1d26f22e0568d6761b1e0a522079b23387bace80 [diff] |
BUILD: makefile: Redirect stderr to /dev/null when probing options It is a workaround to avoid a clang 11 bug that exits with SIGABRT when stderr is redirected to stdin. This bug was already reported few weeks ago: https://bugs.llvm.org/show_bug.cgi?id=49463 But because it is pretty annoying, the standard error is now redirected to /dev/null.