Only first result: $(shell find /usr/lib/jvm/default-java/ -print -quit -name libjawt.so)
On Thu, Sep 17, 2009 at 3:52 PM, Mathieu Malaterre <[email protected]> wrote: > How about: > > libjawt=$(shell find /usr/lib/jvm/default-java/ -name libjawt.so) > > 2cts > > On Thu, Sep 17, 2009 at 3:45 PM, Mathieu Malaterre > <[email protected]> wrote: >> Dominique, >> >> Did you follow the discussion of bug #544674 ? Modestas suggest to >> ifdef each case to pass buildd step. >> >> >> Do you have time to fix the FTBS ? Here is the important part: >> >> >> ---------- Forwarded message ---------- >> From: Modestas Vainius <> >> Date: Thu, Sep 17, 2009 at 3:23 PM >> Subject: Re: Bug#544674: >> >> <...> >> >> Since it is fixed in 5.4, leave upstream stuff in 5.2 as it is (it would be >> pointless to waste time on fixing obsolete stuff). Just fix up VTK 5.2 >> packaging hack now (a single ifeq line in debian/rules) and good path to >> libjawt.so will propagate to all vtk rdeps as a result. This will solve >> FTBFSes and let everything migrate to testing. In the meantime, proper fix >> for >> FindJNI won't take ages and you will be able to get rid of the hack all >> together really soon. >> >> <...> >> >> Ref: >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544674#83 >> >> >> Thanks, >> > > > > -- > Mathieu > -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

