]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: Update feature flags for OpenBSD
authorBrad Smith <brad@comstyle.com>
Sun, 27 Sep 2020 03:05:25 +0000 (23:05 -0400)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2020 19:48:18 +0000 (21:48 +0200)
commit90c9d784477b5386e7b1e4584e2c5e31313b183b
treeeb9643dd078ec0c66ae40d3e737789c6bc1d6590
parent7faeea9750c204c9a24c4e111cd81ce0908ad2df
BUILD: makefile: Update feature flags for OpenBSD

Update the OpenBSD target features being enabled.

I updated the list of features after noticing
"BUILD: makefile: disable threads by default on OpenBSD".

The Makefile utilizing gcc(1) by default resulted in utilizing
our legacy and obsolete compiler (GCC 4.2.1) instead of the
proper system compiler (Clang), which does support TLS. With
"BUILD: makefile: change default value of CC from gcc to cc"
that is resolved.
Makefile