diff options
-rw-r--r-- | databases/sqlite3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 4ae9965064fd..4cfed519ad21 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -25,6 +25,8 @@ USE_GNOME= pkgconfig USE_LDCONFIG= YES GNU_CONFIGURE= YES +MAKE_JOBS_UNSAFE= yes + # Compilation Options For SQLite http://www.sqlite.org/compile.html OPTIONS= \ FTS3 "Enable FTS3/4 (Full Text Search) module" on \ |