summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragan Dosen <ddosen@haproxy.com>2023-05-15 15:13:32 +0200
committerWilly Tarreau <w@1wt.eu>2023-05-15 16:08:03 +0200
commitc2d35dc84ab73c51d25ce8d115342d69ac335a06 (patch)
tree3c986748b47cee17fe513858d53029515ad81560
parentd0c363486cb2a9b0d4374fc236ff55f842a2a5e7 (diff)
downloadhaproxy-c2d35dc84ab73c51d25ce8d115342d69ac335a06.tar.gz
BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMIC
The issue was introduced with commit c108f37c2 ("BUILD: makefile: rework 51D to split v3/v4"), and is also related to commit b16d9b58 ("BUILD: makefile: never force -latomic, set USE_LIBATOMIC instead") where USE_ATOMIC has been replaced.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1151a081f..115dd553b 100644
--- a/Makefile
+++ b/Makefile
@@ -690,7 +690,7 @@ ifneq ($(USE_51DEGREES),)
ifeq ($(USE_THREAD),)
51DEGREES_CFLAGS += -DFIFTYONEDEGREES_NO_THREADING -DFIFTYONE_DEGREES_NO_THREADING
endif
- USE_ATOMIC = implicit
+ USE_LIBATOMIC = implicit
endif # 51DEGREES_VER==4
ifeq ($(51DEGREES_VER),3) # v3 here