Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276555
Collapse All | Expand All

(-)GSSAPI-0.26/Makefile.PL.orig (-1 / +1 lines)
Lines 267-273 Link Here
267
   my ( $confstringstring ) = @_;
267
   my ( $confstringstring ) = @_;
268
   my (@libs, @others);
268
   my (@libs, @others);
269
   foreach ( split ' ',  $confstringstring ) {
269
   foreach ( split ' ',  $confstringstring ) {
270
      if ( m/(-(Wl,-R|[LlR])[^ ]*)/) {
270
      if ( m/(^-(Wl,-R|[LlR])[^ ]*)/) {
271
        push @libs, $1
271
        push @libs, $1
272
      } else {
272
      } else {
273
        push @others, $_;
273
        push @others, $_;

Return to bug 276555