]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: ensure that a DEPEND generates the correct inclusion directory
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Jan 2018 18:13:48 +0000 (19:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Jan 2018 14:54:01 +0000 (15:54 +0100)
commite431bcfabd72163b0ee89674e2face26a349ba9c
tree15c91195eae45d063fde2612a6b19ccc05ebd745
parent1b5ad51fc9b29d8893d5224f00bb3360f8aca465
Configure: ensure that a DEPEND generates the correct inclusion directory

We incorrectly assumed that explicit dependencies meant that the
source directory would be added for inclusion.  However, if the
dependent file is generated, it's stored in the build directory, and
that should be used for inclusion rather than the source directory.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5153)
Configure