Skip to content

Commit

Permalink
Added missing -lpthread flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Nov 27, 2017
1 parent a8a7879 commit 6c33cbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 4.3.2 (2017-11-27)

* Added missing -lpthread linking flag to avoid problems with projects
that do not link with the OCaml threads library.


### 4.3.1 (2017-11-22)

* Improved finalization of databases and statements for better performance
Expand Down
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; NOTE: for debugging before releases
; -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
))
(c_library_flags (:include c_library_flags.sexp))
(c_library_flags ((:include c_library_flags.sexp) -lpthread))
))

(rule (
Expand Down

0 comments on commit 6c33cbf

Please sign in to comment.