sqlite3: remove $(FPIC)
authorSebastian Kemper <redacted>
Tue, 18 Dec 2018 19:53:12 +0000 (20:53 +0100)
committerSebastian Kemper <redacted>
Tue, 18 Dec 2018 19:57:47 +0000 (20:57 +0100)
commitc565ad271b5811be1d4aa1963326c8ec0d726b66
tree8bf59760c1c145df7f1e47e324a4d704d92832df
parent1e5bc17eead54ee3469e9e6baa290cec34373d61
sqlite3: remove $(FPIC)

Defaulting to -fPIC is a bad idea, especially for executables (here:
sqlite3-cli). In short, there are certain security implications as well
as overhead/performance penalties. Details see:

https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals

The configure script is able to detect the need for PIC and adds the
flag when needed anyway (when compiling the library).

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