Page MenuHomeFreeBSD

libcrypto: Install tests in the tests package
ClosedPublic

Authored by ivy on Wed, Nov 5, 1:30 AM.
Tags
None
Referenced Files
F135109940: D53595.id.diff
Thu, Nov 6, 2:07 PM
F135109939: D53595.id165865.diff
Thu, Nov 6, 2:07 PM
F135109932: D53595.id165898.diff
Thu, Nov 6, 2:06 PM
F135099268: D53595.id165898.diff
Thu, Nov 6, 11:54 AM
F135097859: D53595.diff
Thu, Nov 6, 11:33 AM
F135066853: D53595.diff
Thu, Nov 6, 5:23 AM
F135060514: D53595.id165898.diff
Thu, Nov 6, 4:17 AM
F135030170: D53595.id.diff
Wed, Nov 5, 11:16 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