summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2020-11-18 10:21:45 +0000
committerPauli <paul.dale@oracle.com>2020-11-20 09:06:33 +1000
commitae2e4d1fd11910245b6f7b4db31cccf1ff4bec60 (patch)
treeacbe2d1c70ca888260dbe0ec48a4426f923f66ca /Configurations
parent15f54941bd4c0324f1c8d7773db56004183a9cb7 (diff)
Haiku system build fix.
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)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/50-haiku.conf3
1 files changed, 3 insertions, 0 deletions
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",