Haiku system build fix.
authorDavid Carlier <devnexen@gmail.com>
Wed, 18 Nov 2020 10:21:45 +0000 (10:21 +0000)
committerPauli <paul.dale@oracle.com>
Thu, 19 Nov 2020 23:06:33 +0000 (09:06 +1000)
overriding ar and flags from BASE_common mainly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13438)

Configurations/50-haiku.conf

index d37ab83ada227cff8e4c6c4ec819d12c9ab57fca..4580e71a3eb5e1c5ee1271bf7fa7d96f555784a8 100644 (file)
@@ -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",