[libalien-sdl-perl] 01/01: Added path to disable link with rpath

dod at debian.org dod at debian.org
Sun Sep 8 12:24:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libalien-sdl-perl.

commit 602bffac8ed4429aa459013fddfa14db91e4baf1
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 8 14:24:23 2013 +0200

    Added path to disable link with rpath
---
 debian/patches/disable-rpath |   11 +++++++++++
 debian/patches/series        |    1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/disable-rpath b/debian/patches/disable-rpath
new file mode 100644
index 0000000..e146fee
--- /dev/null
+++ b/debian/patches/disable-rpath
@@ -0,0 +1,11 @@
+--- 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);
diff --git a/debian/patches/series b/debian/patches/series
index ae312d5..f0c7595 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-spelling
+disable-rpath

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalien-sdl-perl.git



More information about the Pkg-perl-cvs-commits mailing list