diff options
author | beck <> | 2022-06-28 08:41:17 +0000 |
---|---|---|
committer | beck <> | 2022-06-28 08:41:17 +0000 |
commit | ba39ae254ff27f13827fcce35f81a71e813440a1 (patch) | |
tree | 064ce77499fe7473429ddd8df5839258e304a7ab /src | |
parent | b88f8532734e13a9a2fcc8470d64c546b9d15ab3 (diff) | |
download | openbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.tar.gz openbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.tar.bz2 openbsd-ba39ae254ff27f13827fcce35f81a71e813440a1.zip |
Make this regress test link staticly and use internal symbols
so that it works and compiles during the tb@ pre-bump shuffle(tm).
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 0d62226add..d201cc1779 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.18 2022/06/19 17:05:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2022/06/28 08:41:17 beck Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -16,6 +16,7 @@ PROGS = \ | |||
16 | DPADD+= ${LIBCRYPTO} | 16 | DPADD+= ${LIBCRYPTO} |
17 | WARNINGS= Yes | 17 | WARNINGS= Yes |
18 | LDFLAGS+= -lcrypto | 18 | LDFLAGS+= -lcrypto |
19 | LDADD= ${CRYPTO_INT} | ||
19 | CFLAGS+= -DLIBRESSL_INTERNAL | 20 | CFLAGS+= -DLIBRESSL_INTERNAL |
20 | CFLAGS+= -Wall -Wundef -Werror | 21 | CFLAGS+= -Wall -Wundef -Werror |
21 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 | 22 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1 |