Page MenuHomeFreeBSD

libcrypto: Install tests in the tests package
ClosedPublic

Authored by ivy on Wed, Nov 5, 1:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 2:07 PM
Unknown Object (File)
Thu, Nov 6, 2:07 PM
Unknown Object (File)
Thu, Nov 6, 2:06 PM
Unknown Object (File)
Thu, Nov 6, 11:54 AM
Unknown Object (File)
Thu, Nov 6, 11:33 AM
Unknown Object (File)
Thu, Nov 6, 5:23 AM
Unknown Object (File)
Thu, Nov 6, 4:17 AM
Unknown Object (File)
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