Configure - move the addition of the zlib / libz lib to configs
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Feb 2016 10:37:33 +0000 (11:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Mar 2016 18:15:42 +0000 (19:15 +0100)
commit98fdbce09144a8addc6682a0ffd8ac92b2ce70b1
tree35c5da21605d51543ea872ea5a7237e375f17fdf
parentd2b2221a04053578911d34a45026543e4c39ce0c
Configure - move the addition of the zlib / libz lib to configs

Configure had the Unix centric addition of -lz when linking with zlib
is enabled, which doesn't work on other platforms.  Therefore, we move
it to the BASE_unix config template and add corresponding ones in the
other BASE_* config templates.  The Windows one is probably incomplete,
but that doesn't matter for the moment, as mk1mf does it's own thing
anyway.

This required making the %withargs table global, so perl snippets in
the configs can use it.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/00-base-templates.conf
Configurations/10-main.conf
Configurations/90-team.conf
Configurations/99-personal-bodo.conf
Configurations/99-personal-geoff.conf
Configurations/99-personal-steve.conf
Configure