artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fada5
)
We now require you to have a working libpthread
author
beck
<beck@openbsd.org>
Sat, 29 Apr 2017 22:22:24 +0000
(22:22 +0000)
committer
beck
<beck@openbsd.org>
Sat, 29 Apr 2017 22:22:24 +0000
(22:22 +0000)
lib/libssl/Makefile
patch
|
blob
|
history
diff --git
a/lib/libssl/Makefile
b/lib/libssl/Makefile
index
b1e67ed
..
7656e88
100644
(file)
--- a/
lib/libssl/Makefile
+++ b/
lib/libssl/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.3
2 2017/03/05 14:39:53 jsing
Exp $
+# $OpenBSD: Makefile,v 1.3
3 2017/04/29 22:22:24 beck
Exp $
.include <bsd.own.mk>
.ifndef NOMAN
@@
-19,6
+19,7
@@
CFLAGS+= -DLIBRESSL_INTERNAL
CFLAGS+= -I${.CURDIR}
LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto
+LDADD+= -L${BSDOBJDIR}/lib/libpthread -lpthread
VERSION_SCRIPT= Symbols.map
SYMBOL_LIST= ${.CURDIR}/Symbols.list