Description: Disable rpath
 Disable rpath in linker flags. Otherwise lintian
 will complain loudly when building libsdl-perl
Author: dod
--- a/inc/My/Builder/Unix.pm
+++ b/inc/My/Builder/Unix.pm
@@ -33,7 +33,7 @@
     my $ld       = $inc_lib_candidates->{$_};
     if( -d $_ && -d $ld ) {
       $rv{"-L$ld"}          = 1;
-      $rv{"-Wl,-rpath,$ld"} = 1 if $^O =~ /^linux|dragonfly|.+bsd$/;
+      #$rv{"-Wl,-rpath,$ld"} = 1 if $^O =~ /^linux|dragonfly|.+bsd$/;
     }
   }
   push @list, (keys %rv);
