artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1db52
)
Make this regress test link staticly and use internal symbols
author
beck
<beck@openbsd.org>
Tue, 28 Jun 2022 08:41:17 +0000
(08:41 +0000)
committer
beck
<beck@openbsd.org>
Tue, 28 Jun 2022 08:41:17 +0000
(08:41 +0000)
so that it works and compiles during the tb@ pre-bump shuffle(tm).
regress/lib/libcrypto/asn1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/Makefile
b/regress/lib/libcrypto/asn1/Makefile
index
0d62226
..
d201cc1
100644
(file)
--- a/
regress/lib/libcrypto/asn1/Makefile
+++ b/
regress/lib/libcrypto/asn1/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
8 2022/06/19 17:05:31 tb
Exp $
+# $OpenBSD: Makefile,v 1.1
9 2022/06/28 08:41:17 beck
Exp $
PROGS = \
asn1api \
@@
-16,6
+16,7
@@
PROGS = \
DPADD+= ${LIBCRYPTO}
WARNINGS= Yes
LDFLAGS+= -lcrypto
+LDADD= ${CRYPTO_INT}
CFLAGS+= -DLIBRESSL_INTERNAL
CFLAGS+= -Wall -Wundef -Werror
CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1