On Wed, Jul 15, 2009 at 1:37 PM, Denis Barbier<bou...@gmail.com> wrote: > On 2009/7/15 Mathieu Malaterre wrote: > [...] >> I tried: >> >> LD_LIBRARY_PATH="/usr/lib/jni${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" >> dh_shlibdeps -v -a -l /usr/lib/jvm/default-java/lib > [...] > > Oops, when called from a Makefile, dollar signs must be doubled, try > LD_LIBRARY_PATH="/usr/lib/jni$${LD_LIBRARY_PATH:+:}$$LD_LIBRARY_PATH"
Sweet ! That worked out nicely. $ svn ci -m"Cleaner option. This avoid the ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored. Thanks to Denis Barbier for patch." I am CCing vtk maintainer as rules might benefit from this. Thanks, -- Mathieu -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org