]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Add OPENSSL_PIC back
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Feb 2016 19:52:39 +0000 (20:52 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 19:41:42 +0000 (20:41 +0100)
commit4f16039efe3589aa4d63a6f1fab799d0cd9338ca
tree00d46d66b9db8a83c68343a8a512add1949cdefe
parenta773b52a61bb269e75ebbac01cfca9ebcb6c78b9
Add OPENSSL_PIC back

In the earlier change, where static libraries get built with position
independent code, OPENSSL_PIC was removed by mistake.  This adds it
back.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Configure