[openssl] master update

Richard Levitte levitte at openssl.org
Fri May 15 18:06:14 UTC 2020


The branch master has been updated
       via  c6601bd2d728d4c61711a016c6267fb45910e7cd (commit)
      from  92dc275f95a5a87465a1ae3bac54bb2ead9732ca (commit)


- Log -----------------------------------------------------------------
commit c6601bd2d728d4c61711a016c6267fb45910e7cd
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu May 14 12:33:09 2020 +0200

    Build: make apps/progs.c depend on configdata.pm
    
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/11824)

-----------------------------------------------------------------------

Summary of changes:
 apps/build.info | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/build.info b/apps/build.info
index d51e825bc5..8bfcec65d0 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -67,6 +67,9 @@ IF[{- !$disabled{apps} -}]
   # progs.pl tries to read all 'openssl' sources, including progs.c, so we make
   # sure things are generated in the correct order.
   DEPEND[progs.h]=progs.c
+  # Because the files to look through may change (depends on $OPENSSLSRC),
+  # always depend on a changed configuration.
+  DEPEND[progs.c]=../configdata.pm
 
   IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
     GENERATE[openssl.rc]=../util/mkrc.pl openssl


More information about the openssl-commits mailing list