> Author: randy > Date: 2008-10-07 08:40:52 -0600 (Tue, 07 Oct 2008) > New Revision: 8597
> Updated Util-linux-ng to 2.14.1 > Modified: trunk/BOOK/chapter05/util-linux-ng.xml > =================================================================== > --- trunk/BOOK/chapter05/util-linux-ng.xml 2008-10-07 13:48:14 UTC (rev > 8596) > +++ trunk/BOOK/chapter05/util-linux-ng.xml 2008-10-07 14:40:52 UTC (rev > 8597) > @@ -50,15 +50,20 @@ > <para>Only a few of the utilities contained in this package need to be > built:</para> > > -<screen><userinput remap="make">make -C mount mount umount > +<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid" -C mount > mount umount > make -C text-utils more</userinput></screen> Hmmm, no explanatory text for the BLKID_LIBS=xxx thing. > Modified: trunk/BOOK/chapter06/util-linux-ng.xml > =================================================================== > --- trunk/BOOK/chapter06/util-linux-ng.xml 2008-10-07 13:48:14 UTC (rev > 8596) > +++ trunk/BOOK/chapter06/util-linux-ng.xml 2008-10-07 14:40:52 UTC (rev > 8597) > @@ -62,8 +62,10 @@ > > <para>Compile the package:</para> > > -<screen><userinput remap="make">make</userinput></screen> > +<screen><userinput remap="make">make BLKID_LIBS="-lblkid > -luuid"</userinput></screen> The BLKID_LIBS= thing is not required in the chroot. It appears DJ has again thrown stuff in without really understanding the issue. Follow the pointers in this post for full background: http://www.diy-linux.org/pipermail/diy-linux-dev/2008-September/001286.html Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
