Skip to content

Commit

Permalink
Haiku system build fix.
Browse files Browse the repository at this point in the history
overriding ar and flags from BASE_common mainly.

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#13438)
  • Loading branch information
devnexen authored and paulidale committed Nov 19, 2020
1 parent 15f5494 commit ae2e4d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configurations/50-haiku.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae2e4d1

Please sign in to comment.