tools: libressl: always build as PIC
authorMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 10 Jan 2017 21:10:59 +0000 (22:10 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Tue, 10 Jan 2017 21:15:37 +0000 (22:15 +0100)
commit96a940308bc787fe24447ccb8d0aca0befc74736
tree89b141105ee418881f3e8af9a3fb0b8fbb47b3a0
parent77beaf2ec91bba0a0202ea63877ed3b399effabf
tools: libressl: always build as PIC

Fixes link errors for host packages like ruby like the following:

/usr/bin/ld: .../staging_dir/host/lib/libcrypto.a(libcrypto_la-md5_dgst.o):
relocation R_X86_64_PC32 against symbol `memcpy@@GLIBC_2.14' can not be used when making a shared object; recompile with -fPIC

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
tools/libressl/Makefile