[PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Jameson Graef Rollins
On Wed, 01 Jun 2011 16:22:19 -0700, Carl Worth wrote: > Thanks for the patch. I was intrigued about what was actually broken > here, so tracked down the problem and fixed it with an alternate patch > (see below). Cool. Yeah, that issue took a while to track down. jamie. -- next

[PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Carl Worth
On Sat, 28 May 2011 14:51:36 -0700, Jameson Graef Rollins wrote: > The configure script tries to check that the libdir is included in the > ldconfig paths, and then sets the RPATH compiler flag if it's not. > This check was broken, and was always setting RPATH. This fixes the > path check.

Re: [PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Carl Worth
On Sat, 28 May 2011 14:51:36 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: The configure script tries to check that the libdir is included in the ldconfig paths, and then sets the RPATH compiler flag if it's not. This check was broken, and was always setting RPATH. This fixes

Re: [PATCH 01/25] fix check for libdir in ldconfig paths

2011-06-01 Thread Jameson Graef Rollins
On Wed, 01 Jun 2011 16:22:19 -0700, Carl Worth cwo...@cworth.org wrote: Thanks for the patch. I was intrigued about what was actually broken here, so tracked down the problem and fixed it with an alternate patch (see below). Cool. Yeah, that issue took a while to track down. jamie.

[PATCH 01/25] fix check for libdir in ldconfig paths

2011-05-28 Thread Jameson Graef Rollins
The configure script tries to check that the libdir is included in the ldconfig paths, and then sets the RPATH compiler flag if it's not. This check was broken, and was always setting RPATH. This fixes the path check. --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

[PATCH 01/25] fix check for libdir in ldconfig paths

2011-05-28 Thread Jameson Graef Rollins
The configure script tries to check that the libdir is included in the ldconfig paths, and then sets the RPATH compiler flag if it's not. This check was broken, and was always setting RPATH. This fixes the path check. --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)