]> git.ipfire.org Git - thirdparty/openssl.git/commit
Give util/mkinstallvars.pl more fine grained control over var dependencies
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Jun 2024 12:30:16 +0000 (14:30 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Jun 2024 19:32:34 +0000 (21:32 +0200)
commit6e0fd246e7a6e51f92b2ef3520bfc4414b7773c0
treeb014016b9665d0e33f24021c2d19501466ac1bb1
parenta9064366e8dcff56c722d0c8f1306d84d6c3f255
Give util/mkinstallvars.pl more fine grained control over var dependencies

Essentially, we try to do what GNU does.  'prefix' is used to define the
defaults for 'exec_prefix' and 'libdir', and these are then used to define
further directory values.  util/mkinstallvars.pl is changed to reflect that
to the best of our ability.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24687)
exporters/build.info
util/mkinstallvars.pl