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:03:58 +0000 (12:03 +0200)
commited634b1ea4e1826916dee97674fd09b5446139cb
treefe6da1e290b385946e8fc39cdc21d598b48e1add
parent8ff66343bdf635ad574e9db4d4fca8f82c4bcc98
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)

(cherry picked from commit 29d82bd95b6ef3428c7e776221612a083994219d)
Configurations/50-djgpp.conf