add pymysql (MySQL-Python) (closes: #2230)
[openwrt/svn-archive/packages.git] / lang / pymysql / patches / 010-threadsafe.patch
1 --- MySQL-python-1.2.2/site_orig.cfg 2007-08-15 12:58:40.000000000 +0200
2 +++ MySQL-python-1.2.2/site.cfg 2007-08-15 12:58:49.000000000 +0200
3 @@ -4,7 +4,7 @@
4 # static: link against a static library (probably required for embedded)
5
6 embedded = False
7 -threadsafe = True
8 +threadsafe = False
9 static = False
10
11 # The path to mysql_config.