Skip to content

Commit 6b18634

Browse files
authored
Merge pull request #139 from golang-fips/remove-threadtests
Link against pthread
2 parents 85d31d0 + e9063b2 commit 6b18634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package openssl
44

5-
// #cgo LDFLAGS: -ldl
5+
// #cgo LDFLAGS: -ldl -pthread
66
// #include <stdlib.h>
77
// #include <dlfcn.h>
88
import "C"

0 commit comments

Comments
 (0)