pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49375: bash fails to link with libintl when using clang
The following reply was made to PR pkg/49375; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/49375: bash fails to link with libintl when using clang
Date: Sun, 23 Nov 2014 00:16:10 +0000
On Fri, Nov 07, 2014 at 05:15:00PM +0000, denafcm%gmail.com@localhost wrote:
> I found that patching "configure" does the job, but does it break
> anything or is there a better way?
>
> Dennis.
> >How-To-Repeat:
>
> >Fix:
> --- configure.orig 2014-02-11 17:38:00.000000000 +0200
> +++ configure 2014-11-07 17:26:35.757195670 +0200
> @@ -8837,7 +8837,7 @@
> fi
> if test "X$ltrpathdirs" != "X"; then
> for found_dir in $ltrpathdirs; do
> - LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
> + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-Wl,-R$found_dir"
> done
> fi
I believe that should be safe, at least in pkgsrc.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index