]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: clean the wolfssl include and lib generation rules
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Dec 2022 17:18:41 +0000 (18:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 15:53:35 +0000 (16:53 +0100)
commit4f1890e882860942549a137d8e60dfc62ea23b93
treecce1b5d496fa1d1c31256538d5bbd7760e7e7007
parentbc2f3934f9799493b634274bd5416a1136669d7b
BUILD: makefile: clean the wolfssl include and lib generation rules

The default include paths for wolfssl didn't match the explicit pattern
one. This was causing some confusion about what to look for, complexifying
the rules and making /usr/local/include to be automatically included if a
path was not set.

Let's just proceed as we usually do, i.e. pass -I only when a path is
specified, so that it works similarly to openssl. Let's also simplify
the LDFLAG rule at the same time.

This may be backported to 2.7 to ease testing of wolfssl.
Makefile