Page MenuHomeFreeBSD

libcrypto: Install tests in the tests package
ClosedPublic

Authored by ivy on Nov 5 2025, 1:30 AM.
Tags
None
Referenced Files
F155018523: D53595.diff
Thu, Apr 30, 5:34 PM
Unknown Object (File)
Mon, Apr 27, 8:14 AM
Unknown Object (File)
Mon, Apr 27, 5:21 AM
Unknown Object (File)
Fri, Apr 24, 3:41 AM
Unknown Object (File)
Wed, Apr 22, 11:14 PM
Unknown Object (File)
Sat, Apr 18, 4:07 PM
Unknown Object (File)
Fri, Apr 17, 8:06 AM
Unknown Object (File)
Tue, Apr 14, 6:36 PM
Subscribers

Details

Summary

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.

MFC after: 1 day

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable