We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a7879 commit 6c33cbfCopy full SHA for 6c33cbf
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 4.3.2 (2017-11-27)
2
+
3
+ * Added missing -lpthread linking flag to avoid problems with projects
4
+ that do not link with the OCaml threads library.
5
6
7
### 4.3.1 (2017-11-22)
8
9
* Improved finalization of databases and statements for better performance
src/jbuild
@@ -13,7 +13,7 @@
13
; NOTE: for debugging before releases
14
; -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
15
))
16
- (c_library_flags (:include c_library_flags.sexp))
+ (c_library_flags ((:include c_library_flags.sexp) -lpthread))
17
18
19
(rule (
0 commit comments