diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 4ec4da6f8..bcc2bf30c 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -26,6 +26,8 @@ class Sqlite < Formula option 'with-fts', 'Enable the FTS module' option 'with-functions', 'Enable more math and string functions for SQL queries' + keg_only "OS X already provides (an older) sqlite3." + def install ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.include? "without-rtree" ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS" if build.include? "with-fts" |
