Configure: count basenames for all library sources
authorRichard Levitte <levitte@openssl.org>
Tue, 11 Jun 2019 16:11:25 +0000 (18:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Jun 2019 09:09:43 +0000 (11:09 +0200)
Make sure that each basename only appears once.  This is due to the
static library archiver on Unix, that indexes archived object files by
base name only, thereby making base name clashes...  interesting.

This is a safety net for OpenSSL developer!

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9133)


No differences found