Control: tags -1 + patch
On Sun, 11 Aug 2024 06:50:54 I wrote:
This is due to -latomic missing when using libcamlrun.a.
Patch attached.
Cheers,
--
Stéphane
From: Stéphane Glondu <glo...@debian.org>
Date: Sun, 11 Aug 2024 07:03:06 +0200
X-Dgit-Generated: 1:1.52.2-2 0babb764873d595d174e47e57c82e753bc7bdf20
Subject: Link with -latomic when linking with -lcamlrun
Bug-Debian: https://bugs.debian.org/1078470
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 40c6763..9d07c9f 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -381,6 +381,7 @@ OCAML_LIBS = \
-l$(CAMLSTR) \
-l$(CAMLUNIX) \
-l$(CAMLRUN) \
+ -latomic \
$(LIBZSTD_LIBS) \
-ldl -lm
diff --git a/daemon/Makefile.in b/daemon/Makefile.in
index 1b32389..666aa1e 100644
--- a/daemon/Makefile.in
+++ b/daemon/Makefile.in
@@ -1363,6 +1363,7 @@ OCAML_LIBS = \
-l$(CAMLSTR) \
-l$(CAMLUNIX) \
-l$(CAMLRUN) \
+ -latomic \
$(LIBZSTD_LIBS) \
-ldl -lm