]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Let Configure figure out the diverse shared library and DSO extensions
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Feb 2016 16:20:15 +0000 (17:20 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 10:51:23 +0000 (11:51 +0100)
commite987f9f271a13558213e56659fba943df1578f98
treebc13ba6c0a58711354ba98e91b70f7643fc58013
parenta8a421b1136a7aefa6d8658ab1095bb87e90b82e
Let Configure figure out the diverse shared library and DSO extensions

Then it can pass around the information where it belongs.  The
Makefile templates pick it up along with other target data, the
DSO module gets to pick up the information through
crypto/include/internal/dso_conf.h

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl
Configure
Makefile.in
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/include/internal/dso_conf.h.in [new file with mode: 0644]