--- GSSAPI-0.26/Makefile.PL.orig 2009-07-05 11:38:03.315058439 +0000 +++ GSSAPI-0.26/Makefile.PL 2009-07-05 11:39:07.552058390 +0000 @@ -267,7 +267,7 @@ my ( $confstringstring ) = @_; my (@libs, @others); foreach ( split ' ', $confstringstring ) { - if ( m/(-(Wl,-R|[LlR])[^ ]*)/) { + if ( m/(^-(Wl,-R|[LlR])[^ ]*)/) { push @libs, $1 } else { push @others, $_;