From: David Carlier Date: Wed, 18 Nov 2020 10:21:45 +0000 (+0000) Subject: Haiku system build fix. X-Git-Tag: openssl-3.0.0-alpha9~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2e4d1fd11910245b6f7b4db31cccf1ff4bec60;p=thirdparty%2Fopenssl.git Haiku system build fix. overriding ar and flags from BASE_common mainly. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13438) --- diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf index d37ab83ada2..4580e71a3eb 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",