On Fri, Sep 02, 2011 at 05:37:24PM +0200, Julien Danjou wrote: > On Sat, Jul 30 2011, Enrico Tassi wrote: > This is mainly a note to myself. :) > > I've tried the patch, there just one last thing that is not good: this > link is broken: > > lrwxrwxrwx 1 root root 22 Sep 2 17:26 > /usr/lib/x86_64-linux-gnu/lua/5.1/oopango.so -> ../../../liboopango.so
I'm not an auto* expert, and in fact I hate that cruft. My guessing is that in Makefile.am when you do $(LN_S) the variable $(libdir) will expand to /usr/lib and not /usr/lib/x86_64-linux-gnu. If there is an auto* variable for the multiarch path, use it, otherwise you can append a $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) to it. But that is really Debian dependent, so you may want to redo the link in your debian/rules file. Have a nice auto* day. Cheers -- Enrico Tassi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

