Date: Fri, 7 Nov 2025 05:47:05 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5bee2fda67a5 - releng/15.0 - libcrypto: Install tests in the tests package Message-ID: <202511070547.5A75l5FU049609@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=5bee2fda67a58fc48529fd831834630290e6b0fc commit 5bee2fda67a58fc48529fd831834630290e6b0fc Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-11-05 21:17:31 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-11-07 05:46:49 +0000 libcrypto: Install tests in the tests package libcrypto's Makefile.inc used PACKAGE=openssl, which overrides the PACKAGE=tests in libcrypto/tests/Makefile. Use PACKAGE?=openssl instead to avoid this. This puts the OpenSSL tests in the tests package where they belong. Approved by: re (cperciva) MFC after: 1 day Reviewed by: manu, ngie Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53595 (cherry picked from commit c3b853fe522ead976863af086557be8863327eb0) (cherry picked from commit 4e672f6ff005412365a0ef8b5fe0ca415e92146a) --- secure/lib/libcrypto/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 5b281166df61..73c650d590ff 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -1,6 +1,6 @@ .include <bsd.own.mk> -PACKAGE= openssl +PACKAGE?= openssl LIB_PACKAGE= LCRYPTO_SRC= ${SRCTOP}/crypto/opensslhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511070547.5A75l5FU049609>
