On Tue, Nov 23, 2010 at 08:33:36AM +0000, Peter Pearse wrote: > The patch below enables the package to cross build using xdeb > --- > +-DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(STATIC_LIBUUID) > ++# Why add the non static string here? > ++# - causes the cross build to fail > ++# DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(STATIC_LIBUUID) > ++DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@
That's not the right fix. The right fix is to change MCONFIG.in so the line reads: DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(DEPSTATIC_LIBUUID) Thanks for pointing out the problem. I'll fix this appropriately for e2fsprogs 1.41.13. - Ted -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org