summaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-spellfix/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite-ext-spellfix/pkg-message')
-rw-r--r--databases/sqlite-ext-spellfix/pkg-message11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/sqlite-ext-spellfix/pkg-message b/databases/sqlite-ext-spellfix/pkg-message
new file mode 100644
index 000000000000..d55184d7fb78
--- /dev/null
+++ b/databases/sqlite-ext-spellfix/pkg-message
@@ -0,0 +1,11 @@
+*********************************************************************
+Loading extensions is by default prohibited as a security measure;
+see "Security Considerations" in
+http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions.
+
+If the sqlite3 program and library are built this way, you cannot
+use these functions from the program, you must write your own program
+using the sqlite3 API, and call sqlite3_enable_load_extension as
+described above, or else rebuilt the sqlite3 program to allow
+loadable extensions.
+*********************************************************************