diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-03-17 11:27:27 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-03-17 11:27:27 +0000 |
| commit | 1d0078a2afe067017d1266762b329812f7d999a8 (patch) | |
| tree | a1f76cca760bd979fd41fe39c4c640a40d6ed465 /lib/libomp/Makefile | |
| parent | 76d32f047a90ceaf9fc95c041db9effbb68b0813 (diff) | |
Notes
Diffstat (limited to 'lib/libomp/Makefile')
| -rw-r--r-- | lib/libomp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile index 5814f20d0dfa..b78a07da2933 100644 --- a/lib/libomp/Makefile +++ b/lib/libomp/Makefile @@ -66,4 +66,6 @@ LDFLAGS+= -Wl,-soname,libomp.so VERSION_MAP= ${OMPSRC}/exports_so.txt +LIBADD+= pthread + .include <bsd.lib.mk> |
