artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d7f9c
)
Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib
author
miod
<miod@openbsd.org>
Tue, 26 May 2015 19:38:13 +0000
(19:38 +0000)
committer
miod
<miod@openbsd.org>
Tue, 26 May 2015 19:38:13 +0000
(19:38 +0000)
work again.
lib/libssl/ssl/Makefile
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl/Makefile
b/lib/libssl/ssl/Makefile
index
5a17ff2
..
0d2f11b
100644
(file)
--- a/
lib/libssl/ssl/Makefile
+++ b/
lib/libssl/ssl/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.5
0 2015/05/17 22:39:39 kettenis
Exp $
+# $OpenBSD: Makefile,v 1.5
1 2015/05/26 19:38:13 miod
Exp $
LIB= ssl
@@
-13,7
+13,7
@@
CFLAGS+= -Werror
CFLAGS+= -DLIBRESSL_INTERNAL
CFLAGS+= -I${SSL_SRC}
-LDADD+= -L${
.CURDIR}/../..
/libcrypto/crypto/obj -lcrypto
+LDADD+= -L${
BSDOBJDIR}/lib
/libcrypto/crypto/obj -lcrypto
SRCS=\
s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \