summaryrefslogtreecommitdiff
path: root/libsqlite3/README-DEV
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlite3/README-DEV')
-rw-r--r--libsqlite3/README-DEV10
1 files changed, 10 insertions, 0 deletions
diff --git a/libsqlite3/README-DEV b/libsqlite3/README-DEV
new file mode 100644
index 0000000..143a2ad
--- /dev/null
+++ b/libsqlite3/README-DEV
@@ -0,0 +1,10 @@
+This document describes how the libsqlite3 library was packaged for build2. In
+particular, this understanding will be useful when upgrading to a new upstream
+version. See ../README-DEV for general notes on SQLite packaging.
+
+Symlink the required upstream files into libsqlite3/:
+
+$ ln -s ../../upstream/{sqlite3.c,sqlite3ext.h,sqlite3.h} libsqlite3
+
+Patch ../upstream/sqlite3.c to fix warnings that pop up with -Wall (see
+../upstream/sqlite3.c.patch for details).