1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

applied a patch from RURBAN++ to resolve #70815

This commit is contained in:
Kenichi Ishigaki 2013-04-02 16:36:07 +00:00
parent b3491d169f
commit 3317480091

View file

@ -301,7 +301,7 @@ WriteMakefile(
# this change broke a test under some environment, and thus, may
# break other applications eventually. I'm not sure if this is
# worth the trouble.
OPTIMIZE => '-O2',
OPTIMIZE => $Config{optimize} . (($^O eq 'solaris' and !$Config{gccversion}) ? "" : " -O2"),
OPTIONAL( '6.48',
MIN_PERL_VERSION => '5.006',
),