summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqlite/files/sqlite3-configure-debug.patch')
-rw-r--r--dev-db/sqlite/files/sqlite3-configure-debug.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/sqlite/files/sqlite3-configure-debug.patch b/dev-db/sqlite/files/sqlite3-configure-debug.patch
deleted file mode 100644
index 3cbeca0691bb..000000000000
--- a/dev-db/sqlite/files/sqlite3-configure-debug.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure~ 2006-01-23 19:06:53.000000000 +0100
-+++ configure 2006-02-05 20:51:01.000000000 +0100
-@@ -20440,7 +20440,7 @@
- use_debug=no
- fi;
- if test "${use_debug}" = "yes" ; then
-- TARGET_DEBUG=""
-+ TARGET_DEBUG="-DSQLITE_DEBUG"
- else
- TARGET_DEBUG="-DNDEBUG"
- fi