packages/libs/sqlite3
Sebastian Kemper c565ad271b 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 <sebastian_ml@gmx.net>
2018-12-18 20:57:47 +01:00
..
Config.in sqlite3: add config options to disable FTS3 and RTREE 2018-01-31 17:19:42 +01:00
Makefile sqlite3: remove $(FPIC) 2018-12-18 20:57:47 +01:00