On Wed, Aug 25, 2010 at 06:10:27AM +0100, Adam D. Barratt wrote: > On Tue, 2010-08-24 at 18:07 -0300, Damián Viano wrote: > > On Tue, Aug 24, 2010 at 09:38:49PM +0100, Adam D. Barratt wrote: > > > Thanks. The diff looks ok, although the re-autotooling with an older > > > version of auto* makes it very noisy; is that an upstream change, or an > > > artefact of the Debian package build? > > > > Unfortunately from upstream. > > Please go ahead, and let us know once the package has been accepted.
I uploaded and it just got accepted. Unfortunately the older autotools did break something, it seems that upstream used a broken libtool that used /usr/lib64 and /lib64 instead of /usr/lib and /lib so an RPATH was being hardcoded into the binaries. I fixed it by patching the libtool and prepending /usr/lib and /lib with a simple sed line: sed -i -r 's,^sys_lib_dlsearch_path_spec="(.*)$$,sys_lib_dlsearch_path_spec="/usr/lib /lib \1,' $(CURDIR)/libtool Also added a comment about it in the changelog. I hope these changes are ok too. Damián Viano(Des). -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100830224101.ga12...@damianv.com.ar