summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-ldflags.patch')
-rw-r--r--dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-ldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-ldflags.patch b/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-ldflags.patch
deleted file mode 100644
index 7eb8c9171fc1..000000000000
--- a/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'src/SpeedyMake.pl'
---- src/SpeedyMake.pl 2010-08-30 20:08:42 +0000
-+++ src/SpeedyMake.pl 2010-08-30 20:09:18 +0000
-@@ -328,7 +328,7 @@
- sub remove_libs { undef }
-
- sub get_ldopts {
-- $_ = "$LD_OPTS " . &ExtUtils::Embed::ldopts('-std');
-+ $_ = "$LD_OPTS " . &ExtUtils::Embed::ldopts('-std') . " " . $ENV{LDFLAGS};
- $EFENCE && s/$/ $EFENCE/;
- return $_;
- }
-