]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: build the features list dynamically
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2022 10:57:43 +0000 (11:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 15:53:35 +0000 (16:53 +0100)
commit39d6c348370a8d801b918263a551e300696dd64b
tree66ee9fce4cafe01023a701f2e2838acc2bed0270
parent61839b098d35a0a614cb392096c97a4deda3277e
BUILD: makefile: build the features list dynamically

The BUILD_FEATURES string was created too early to inherit implicit
additions. This could make the features list report that some features
were disabled while they had later been enabled. Better make it a macro
that is interpreted where needed based on the current state of each
option.
Makefile