tools/libressl: ensure PIC-only object compilation
authorMichael Pratt <mcpratt@pm.me>
Wed, 20 Jul 2022 23:14:10 +0000 (19:14 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 31 Jul 2022 16:46:23 +0000 (18:46 +0200)
commitb2e2deeb8dfa3c1a620cb5d1d0d54eccff85d2c0
treea25ca2221cfccb0f739d382cbdb46895083a1f69
parent3aa18f71f9c8a5447bdd2deda4e681175338164f
tools/libressl: ensure PIC-only object compilation

Line up configure arguments for cleaner git diff and editing and grepping.

LibreSSL must be built with PIC, and has the flags for it already in CFLAGS.
Add the configure option native to LibreSSL to use only PIC in objects,
which further enforces that each object in the library has the PIC flag
to prevent a mixture of PIC / non-PIC objects within it.

Ref: 96a940308 ("tools: libressl: always build as PIC")
Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/libressl/Makefile