develooper Front page | perl.perl5.porters | Postings from January 2011

Re: [perl #82532] [PATCH] MirBSD: fix rpath for shared libperl

Thread Previous | Thread Next
From:
H.Merijn Brand
Date:
January 23, 2011 01:18
Subject:
Re: [perl #82532] [PATCH] MirBSD: fix rpath for shared libperl
Message ID:
20110123101839.06c2de78@pc09.procura.nl
On Thu, 20 Jan 2011 10:39:27 -0800, Benny Siegert (via RT)
<perlbug-followup@perl.org> wrote:

> From: Benny Siegert <bsiegert@gmail.com>
> Date: Thu, 20 Jan 2011 19:27:04 +0100
> Subject: [PATCH] MirBSD: fix rpath for shared libperl
> 
> If you build perl with a shared libperl.so on MirBSD (the default config),
> it will work up to the installation; however, once installed, it will be
> unable to find libperl. Treat rpath handling like in the other BSD
> dialects.

Thanks, applied as commit 1d016c28aedb56d714f4d567842092a414c1ed6e

> ---
>  Configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Configure b/Configure
> index d8fb732..9d228e0 100755
> --- a/Configure
> +++ b/Configure
> @@ -8326,7 +8326,7 @@ if "$useshrplib"; then
>  	solaris)
>  		xxx="-R $shrpdir"
>  		;;
> -	freebsd|netbsd|openbsd|interix|dragonfly)
> +	freebsd|mirbsd|netbsd|openbsd|interix|dragonfly)
>  		xxx="-Wl,-R$shrpdir"
>  		;;
>  	bsdos|linux|irix*|dec_osf|gnu*)


-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.12 and porting perl5.13.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.3 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About