Le 28/04/2014 01:21, [email protected] a écrit : > Author: fernando > Date: Sun Apr 27 16:21:41 2014 > New Revision: 13001 > > Log: > Fix Polkit-0.112 build, now that systemd is installed by LFS but system may > be running sysvinit. > > Modified: > trunk/BOOK/postlfs/security/polkit.xml > > Modified: trunk/BOOK/postlfs/security/polkit.xml > ============================================================================== > --- trunk/BOOK/postlfs/security/polkit.xml Sun Apr 27 16:02:27 2014 > (r13000) > +++ trunk/BOOK/postlfs/security/polkit.xml Sun Apr 27 16:21:41 2014 > (r13001) > @@ -129,11 +129,12 @@ > commands: > </para> > > -<screen><userinput>./configure --prefix=/usr \ > - --sysconfdir=/etc \ > - --localstatedir=/var \ > - --disable-static \ > - --with-authfw=shadow && > +<screen><userinput>./configure --prefix=/usr \ > + --sysconfdir=/etc \ > + --localstatedir=/var \ > + --disable-static \ > + --enable-libsystemd-login \ > + --with-authfw=shadow && > make</userinput></screen> >
Hi all, I think we should have a discussion about this kind of fixes, which make BLFS incompatible with any version of LFS prior to current SVN or so. I know that "this is development", but some base version of LFS (not necessarily current stable) should be used for BLFS updating, otherwise different editors might want to implement different fixes, with the eventual risk for the book to become auto-incompatible. WDYT? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
