mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
sqlite: build with -fPIC -DPIC support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-O3|g"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||g"`
|
||||
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
# This option adds additional logic to the ANALYZE command and to the query planner
|
||||
# that can help SQLite to chose a better query plan under certain situations. The
|
||||
# ANALYZE command is enhanced to collect histogram data from each index and store
|
||||
|
||||
Reference in New Issue
Block a user