diff options
Diffstat (limited to 'lang/python/python-mysql/patches/010-threadsafe.patch')
-rw-r--r-- | lang/python/python-mysql/patches/010-threadsafe.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python/python-mysql/patches/010-threadsafe.patch b/lang/python/python-mysql/patches/010-threadsafe.patch new file mode 100644 index 000000000..bcd9af8d6 --- /dev/null +++ b/lang/python/python-mysql/patches/010-threadsafe.patch @@ -0,0 +1,11 @@ +--- MySQL-python-1.2.2/site_orig.cfg 2007-08-15 12:58:40.000000000 +0200 ++++ MySQL-python-1.2.2/site.cfg 2007-08-15 12:58:49.000000000 +0200 +@@ -4,7 +4,7 @@ + # static: link against a static library (probably required for embedded) + + embedded = False +-threadsafe = True ++threadsafe = False + static = False + + # The path to mysql_config. |