From 663e6e1ff4c2cd7394ff9a42ff896cac663bb8a0 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 16 Apr 2015 17:58:50 +0900 Subject: [PATCH] Cygwin threadex symbol issue with SQLite 3.8.[78] was fixed with SQLite 3.8.9 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 3ffd817..606b28d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -236,7 +236,7 @@ if (DEVELOPER_ONLY) { if ( $^O eq 'cygwin') { push @CC_DEFINE, '-DSQLITE_TEMP_STORE=2'; - push @CC_DEFINE, '-DTHREADSAFE=0'; +# push @CC_DEFINE, '-DTHREADSAFE=0'; # requires this for 3.8.7-8 } if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) { push @CC_DEFINE, '-DHAVE_USLEEP=1';