[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Nov 19 23:07:10 UTC 2020


The branch master has been updated
       via  ae2e4d1fd11910245b6f7b4db31cccf1ff4bec60 (commit)
      from  15f54941bd4c0324f1c8d7773db56004183a9cb7 (commit)


- Log -----------------------------------------------------------------
commit ae2e4d1fd11910245b6f7b4db31cccf1ff4bec60
Author: David Carlier <devnexen at gmail.com>
Date:   Wed Nov 18 10:21:45 2020 +0000

    Haiku system build fix.
    
    overriding ar and flags from BASE_common mainly.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/13438)

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

Summary of changes:
 Configurations/50-haiku.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf
index d37ab83ada..4580e71a3e 100644
--- a/Configurations/50-haiku.conf
+++ b/Configurations/50-haiku.conf
@@ -7,6 +7,9 @@ my %targets = (
                                               release => "-O2")),
         cflags           => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
                                        threads("-D_REENTRANT")),
+        AR              => "ar",
+        ARFLAGS         => "qc",
+        HASHBANGPERL    => "/bin/env perl",
         sys_id           => "HAIKU",
         ex_libs          => "-lnetwork",
         perlasm_scheme   => "elf",


More information about the openssl-commits mailing list