diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-08-16 18:34:30 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-08-19 04:27:59 +0000 |
| commit | aef16fc30bb2298e65a5fcc0c503d343e428c1b2 (patch) | |
| tree | 626970261273f2c18bc074a234d0668ebaeb02f1 /secure/lib/libcrypto/Makefile | |
| parent | cb3eac927b5dc5621f102149d3751b72e6fd7e81 (diff) | |
Diffstat (limited to 'secure/lib/libcrypto/Makefile')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index e7e491124241..7e2350fb33ea 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,7 +1,10 @@ SHLIBDIR?= /lib -.if !defined(LIBCRYPTO_WITHOUT_SUBDIRS) +.if !defined(LIBCRYPTO_WITHOUT_SUBDIRS) && !defined(BOOTSTRAPPING) SUBDIR= engines modules .endif +.ifdef BOOTSTRAPPING +CFLAGS+= -DOPENSSL_NO_SCTP +.endif .include <bsd.own.mk> .include <src.opts.mk> |
