From 4bfdd4e00cc7702991e6aedd33c6270b608f4a1b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 13 Jun 2012 10:37:30 +0200 Subject: [PATCH] Revert "sqlite: build with -fPIC -DPIC support" This reverts commit e309e67ce448b941d9e976e653f075aa6c2d359f. --- packages/databases/sqlite/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/databases/sqlite/build b/packages/databases/sqlite/build index f117b99c4e..a8dfefd446 100755 --- a/packages/databases/sqlite/build +++ b/packages/databases/sqlite/build @@ -26,8 +26,6 @@ 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