dev-python/pyfeyn: cleaning old
[gentoo.git] / dev-perl / SpeedyCGI / files / SpeedyCGI-2.22-ldflags.patch
1 === modified file 'src/SpeedyMake.pl'
2 --- src/SpeedyMake.pl   2010-08-30 20:08:42 +0000
3 +++ src/SpeedyMake.pl   2010-08-30 20:09:18 +0000
4 @@ -328,7 +328,7 @@
5  sub remove_libs { undef }
6  
7  sub get_ldopts {
8 -    $_ = "$LD_OPTS " . &ExtUtils::Embed::ldopts('-std');
9 +    $_ = "$LD_OPTS " . &ExtUtils::Embed::ldopts('-std') . " " . $ENV{LDFLAGS};
10      $EFENCE && s/$/ $EFENCE/;
11      return $_;
12  }
13