]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl target
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 21 Oct 2022 08:35:37 +0000 (10:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 21 Oct 2022 08:35:37 +0000 (10:35 +0200)
The startup-logs with the shm works correctly with Alpine and Musl,
enable the feature by default for the linux-musl target.

Makefile

index 9123e0261178446a74884b4ac92e56ad4b5ce832..8e70ab75fd3e52d86922b4be6f6260b726e356de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -403,7 +403,7 @@ ifeq ($(TARGET),linux-musl)
     USE_POLL USE_TPROXY USE_LIBCRYPT USE_DL USE_RT USE_CRYPT_H USE_NETFILTER  \
     USE_CPU_AFFINITY USE_THREAD USE_EPOLL USE_LINUX_TPROXY                    \
     USE_ACCEPT4 USE_LINUX_SPLICE USE_PRCTL USE_THREAD_DUMP USE_NS USE_TFO     \
-    USE_GETADDRINFO)
+    USE_GETADDRINFO USE_SHM_OPEN)
   INSTALL = install -v
 endif