Bug#618932: cmake multiarch support

2011-05-31 Thread Steve Langasek
Hi Matthias, On Wed, Jun 01, 2011 at 12:03:36AM +0200, Matthias Klose wrote: > >Some time ago I asked Steve Langasek to verify what output of: > > > >$ gcc -v /dev/null |& grep ^LIBRARY_PATH > > > >will return on the multiarch system. Basically, cmake parses it and loads > >implicit link director

Bug#618932: cmake multiarch support

2011-05-31 Thread Matthias Klose
On 05/31/2011 09:23 PM, Modestas Vainius wrote: Hello, On sekmadienis 29 Gegužė 2011 05:51:58 Steve M. Robbins wrote: On Sat, Mar 19, 2011 at 08:29:30PM +0200, Modestas Vainius wrote: On ??e??tadienis 19 Kovas 2011 19:37:53 Jonathan Riddell wrote: This patch adds support for multiarch library

Bug#618932: cmake multiarch support

2011-05-31 Thread Modestas Vainius
Hello, On sekmadienis 29 Gegužė 2011 05:51:58 Steve M. Robbins wrote: > On Sat, Mar 19, 2011 at 08:29:30PM +0200, Modestas Vainius wrote: > > On ??e??tadienis 19 Kovas 2011 19:37:53 Jonathan Riddell wrote: > > > This patch adds support for multiarch library directories to cmake. It > > > also nee

Bug#618932: cmake multiarch support

2011-05-28 Thread Steve M. Robbins
On Sat, Mar 19, 2011 at 08:29:30PM +0200, Modestas Vainius wrote: > On ??e??tadienis 19 Kovas 2011 19:37:53 Jonathan Riddell wrote: > > This patch adds support for multiarch library directories to cmake. It > > also needs a runtime dependency on dpkg-dev. > > That's the problem I have with this

Bug#618932: cmake multiarch support

2011-04-02 Thread Simon McVittie
> > This patch adds support for multiarch library directories to cmake. It > > also needs a runtime dependency on dpkg-dev. For the record, this appears to be the same thing as . S -- To UNSUBSCRIBE, email to debian-bugs-dist-r

Bug#618932: cmake multiarch support

2011-03-19 Thread Modestas Vainius
severity 618932 important thanks Hello, On šeštadienis 19 Kovas 2011 19:37:53 Jonathan Riddell wrote: > Package: cmake > > Unlike autoconf, cmake doesn't use the linker to find libraries. Well, then probably it should. Do you know the details how autoconf does it? > This patch adds support for

Bug#618932: cmake multiarch support

2011-03-19 Thread Jonathan Riddell
Package: cmake Unlike autoconf, cmake doesn't use the linker to find libraries. This patch adds support for multiarch library directories to cmake. It also needs a runtime dependency on dpkg-dev. Jonathan --- cmake-2.8.3.orig/Source/cmFindBase.cxx +++ cmake-2.8.3/Source/cmFindBase.cxx @@ -324,