diff options
Diffstat (limited to 'plugins/muggle/muggle-sqlite.diff')
| -rwxr-xr-x | plugins/muggle/muggle-sqlite.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/muggle/muggle-sqlite.diff b/plugins/muggle/muggle-sqlite.diff new file mode 100755 index 0000000..f709d52 --- /dev/null +++ b/plugins/muggle/muggle-sqlite.diff @@ -0,0 +1,14 @@ +--- Makefile.orig ++++ Makefile +@@ -24,9 +24,9 @@ + + # Define what database you want to use, one of MySQL (HAVE_MYSQL=1), + # PostgreSQL (HAVE_PG=1) or SQLite (HAVE_SQLITE=1). Default is MySQL. +-#HAVE_SQLITE = 1 ++HAVE_SQLITE = 1 + #HAVE_PG = 1 +-HAVE_MYSQL = 1 ++#HAVE_MYSQL = 1 + + ### The version number of this plugin (taken from the main source file): + |
