djgpp: Inherit config from BASE_unix
authorJ.W. Jagersma <jwjagersma@gmail.com>
Sun, 25 Sep 2022 16:58:13 +0000 (18:58 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 29 Sep 2022 10:00:30 +0000 (12:00 +0200)
commit29d82bd95b6ef3428c7e776221612a083994219d
treec95bd513699cee5458268edc5c6c38a799aa5642
parent9710d72b95f4fc218ed613f42dc90ad0d263b14f
djgpp: Inherit config from BASE_unix

Build failed on djgpp due to missing config vars 'AR' and 'ARFLAGS'.
Additionally, '-lz' was not added to 'lflags' when zlib support was
enabled.  Inheriting configuration variables from BASE_unix solves both
these issues.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19274)
Configurations/50-djgpp.conf