aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-03-20 20:08:09 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-03-20 20:12:26 +0000
commit67b918e03475e780854a43fe4eb7c8e95f4deb29 (patch)
tree831348b82df2b623499c1c39c28207d8fd68a801
parente296211fd59b6e4e0df38281a6d587b7d025f011 (diff)
Revert "libcrypto: compile all PIC objects with -DOPENSSL_PIC"
This commit broke the build with some build options. Some validation needs to be done to confirm that moving the preprocessor argument to `secure/lib/libcrypto/Makefile.inc` works without breaking the build, but revert for now until a `tinderbox` run can be done with the change. PR: 293934 Reported by: Jenkins, Trond Endrestøl This reverts commit 14b9955e57cc28b61e785165b9effcbe620edb46.
-rw-r--r--secure/lib/libcrypto/modules/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/modules/Makefile.inc b/secure/lib/libcrypto/modules/Makefile.inc
index c2d25269762d..64fb57ee74c5 100644
--- a/secure/lib/libcrypto/modules/Makefile.inc
+++ b/secure/lib/libcrypto/modules/Makefile.inc
@@ -4,8 +4,6 @@ SHLIBDIR= ${LIBDIR}/ossl-modules
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
-PICFLAG+= -DOPENSSL_PIC
-
CFLAGS+= -I${LCRYPTO_SRC}
CFLAGS+= -I${LCRYPTO_SRC}/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/common/include