]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Makefile: remove halog from install-admin
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 19 Nov 2025 15:23:57 +0000 (16:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 19 Nov 2025 15:52:20 +0000 (16:52 +0100)
commitf6373a6ca841ea579b494cfd0b737956358b9ed5
tree7202e2feaf1816189826d22d4b1efbaa32e9a9fc
parentd54d78fe9af30f38e9ffc999bc562b965bb16795
BUILD: Makefile: remove halog from install-admin

The dependency to halog build provokes problems when changing CFLAGS and
LDFLAGS, because you're suppose to have the same flags during the build
and the install if there's still some things to build.

We probably need to store the flags somewhere to reuse them at another
step, but we need to do it cleanly. In the meantime it's better not to
have this dependency.
Makefile