libssh2: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:45:16 +0000 (11:45 +0100)
committerSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:45:18 +0000 (11:45 +0100)
commit4ac9a2ae8474fc1705506030f82a49fb410a068f
tree3090daf47a2c06c93858882d7d7639b853bc56b1
parent8bd3bd86ada61be5edcf89f9e1d51402c5688e79
libssh2: remove $(FPIC) from TARGET_CFLAGS

libssh2 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libssh2 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <redacted>
libs/libssh2/Makefile
git clone https://git.99rst.org/PROJECT