SHA256
1
0
forked from pool/Botan
Botan/Botan-no_fpermissive.patch

12 lines
416 B
Diff

--- configure.pl
+++ configure.pl
@@ -334,7 +334,7 @@
# buggy GCC. There is no reduction in code quality so even
# if we're wrong it's OK.
- if(($gcc_version =~ /4\.[01]/) || ($gcc_version =~ /3\.[34]/) ||
+ if(($gcc_version =~ /3\.[34]/) ||
($gcc_version =~ /2\.95\.[0-4]/) ||
($gcc_version eq '' && $^O eq 'cygwin'))
{