Reading through the patch: Matt Burgess wrote: > And here's the latest version that I've just kicked off a build for. > This one even has the kmod.xml file in it that the last version > didn't. It applies on top of Bruce's fstab and bootscript changes in > r9710.
> +<screen><userinput > remap="configure">BLKID_CFLAGS="-I/usr/include/blkid" > BLKID_LIBS="-L/usr/lib -lblkid" \ > + KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/usr/lib -lkmod" > ./configure \ Hmm. Kmod was configured, below, with: > + --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc ... which means it put its libraries in /lib, not /usr/lib. Should KMOD_LIBS be changed to reflect that? (Same with BLKID_LIBS, actually, though I haven't looked at where libblkid gets installed these days. Same with liblzma_LIBS or whatever it is, and libz_LIBS, on the kmod installation; xz also gets --libdir=/lib, and zlib is handled manually.)
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page