summaryrefslogtreecommitdiff
blob: fa72cedaf04f737b3c98fcaf741bc9eaaa6c9e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- GSSAPI-0.26/Makefile.PL
+++ GSSAPI-0.26/Makefile.PL
@@ -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, $_;