Bryan Kadzban wrote: > Upgrading kmod now; will see what I hit next. This might just work; > let's see. :-)
Got it to compile all the binaries (I think) we need, by removing a couple of totally unnecessary dependencies from libsystemd-label. :-) Reformatting ./configure so the flags look closer to the book: DBUS_CFLAGS=" " \ DBUS_LIBS=" " \ BLKID_CFLAGS="-I/usr/include/blkid" \ BLKID_LIBS="-L/lib64 -lblkid" \ KMOD_CFLAGS="-I/usr/include" \ KMOD_LIBS="-L/lib64 -lkmod" \ ./configure --prefix=/usr \ --with-rootprefix='' \ --bindir=/sbin \ --sysconfdir=/etc \ --libexecdir=/lib \ --libdir=/lib64 \ --disable-introspection \ --disable-keymap \ --disable-gudev \ --with-usb-ids-path=no \ --with-pci-ids-path=no \ --disable-acl \ --disable-tcpwrap \ --disable-hostnamed \ --disable-timedated \ --disable-localed \ --disable-coredump \ --disable-audit \ --disable-ima \ --disable-pam \ --with-dbuspolicydir= \ --with-dbussessionservicedir= \ --with-dbussystemservicedir= \ --with-dbusinterfacedir= \ --with-pamlibdir= make am_libsystemd_label_la_OBJECTS="\ src/shared/libsystemd_label_la-dev-setup.lo \ src/shared/libsystemd_label_la-mkdir.lo \ src/shared/libsystemd_label_la-label.lo" \ ata_id cdrom_id accelerometer scsi_id v4l_id mtd_probe collect \ systemd-udevd Haven't yet figured out how to install just these bits though. Time to keep digging through the Makefile.am.
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