Configure et al: split up the lflags configuration item into two
authorRichard Levitte <richard@levitte.org>
Fri, 29 Jan 2016 17:07:37 +0000 (18:07 +0100)
committerRichard Levitte <richard@levitte.org>
Fri, 29 Jan 2016 17:36:57 +0000 (18:36 +0100)
commit1740c16265a1630d12af1412d49c24ef25626590
tree2c39365f20d0a10bcf76a9157bdc3a2d4e195f3a
parentddf47a10cd351a9e09fb8886d0567e997fa75e55
Configure et al: split up the lflags configuration item into two

The lflags configuration had a weird syntax with a % as separator.  If
it was present, whatever came before ended up as PEX_LIBS in Makefile
(usually, this is LDFLAGS), while whatever came after ended up as
EX_LIBS.

This change splits that item into lflags and ex_libs, making their use
more explicit.

Also, PEX_LIBS in all the Makefiles are renamed to LDFLAGS.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
Configurations/99-personal-ben.conf
Configure
Makefile.in
apps/Makefile.in
crypto/Makefile.in
crypto/pkcs7/Makefile.in
crypto/ts/Makefile.in
engines/Makefile.in
test/Makefile.in