diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-03 15:03:59 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-05 09:27:31 +0100 |
commit | 7f73eafe2f5014ce1f915702c19ee7274e6b8c2d (patch) | |
tree | 07dfb8a37f0cedc9e9b9117606b1e3f4119021a2 /CHANGES | |
parent | Build: Make it possible to have defines assigned to end products as well (diff) | |
download | openssl-7f73eafe2f5014ce1f915702c19ee7274e6b8c2d.tar.xz openssl-7f73eafe2f5014ce1f915702c19ee7274e6b8c2d.zip |
Build: make it possibly to specify subdirs in build.info
This adds a keyword SUBDIRS for build.info, to be used like this:
SUBDIRS=foo bar
This tells Configure that it should look for 'build.info' in the
relative subdirectories 'foo' and 'bar' as well.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7558)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Changes between 1.1.1 and 1.1.2 [xx XXX xxxx] + *) Instead of having the source directories listed in Configure, add + a 'build.info' keyword SUBDIRS to indicate what sub-directories to + look into. + [Richard Levitte] + *) Add GMAC to EVP_MAC. [Paul Dale] |