diff options
Diffstat (limited to 'patches/05_all_loadable_sqlite_extensions.patch')
-rw-r--r-- | patches/05_all_loadable_sqlite_extensions.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/05_all_loadable_sqlite_extensions.patch b/patches/05_all_loadable_sqlite_extensions.patch index c473f95..b5f0f2b 100644 --- a/patches/05_all_loadable_sqlite_extensions.patch +++ b/patches/05_all_loadable_sqlite_extensions.patch @@ -3,7 +3,7 @@ http://bugs.python.org/issue10268 --- configure.ac +++ configure.ac -@@ -2310,6 +2310,15 @@ +@@ -2326,6 +2326,15 @@ TCLTK_LIBS="$with_tcltk_libs" fi @@ -21,7 +21,7 @@ http://bugs.python.org/issue10268 AC_ARG_WITH(dbmliborder, --- setup.py +++ setup.py -@@ -1184,8 +1184,10 @@ +@@ -1183,8 +1183,10 @@ else: sqlite_defines.append(('MODULE_NAME', '\\"sqlite3\\"')) |