Changeset dbac0b14


Ignore:
Timestamp:
04/27/2014 11:21:41 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
76c63b6
Parents:
9d4de3fb
Message:

Fix Polkit-0.112 build, now that systemd is installed by LFS but system may be running sysvinit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13001 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r9d4de3fb rdbac0b14  
    130130    </para>
    131131
    132 <screen><userinput>./configure --prefix=/usr        \
    133             --sysconfdir=/etc    \
    134             --localstatedir=/var \
    135             --disable-static     \
    136             --with-authfw=shadow &amp;&amp;
     132<screen><userinput>./configure --prefix=/usr             \
     133            --sysconfdir=/etc         \
     134            --localstatedir=/var      \
     135            --disable-static          \
     136            --enable-libsystemd-login \
     137            --with-authfw=shadow      &amp;&amp;
    137138make</userinput></screen>
    138139
     
    157158
    158159    <para>
     160      <parameter>--enable-libsystemd-login</parameter>: This parameter fixes
     161      building with <application>systemd</application>, if the system is running
     162      <application>sysvinit</application>.
     163    </para>
     164
     165    <para>
    159166      <parameter>--with-authfw=shadow</parameter>: This parameter configures the
    160167      package to use the <application>Shadow</application> rather than the
    161       <application>Linux PAM</application> Authentication framework. Remove it if
    162       you would like to use <application>Linux PAM</application>.
     168      <application>Linux PAM</application> Authentication framework. Remove it
     169      if you would like to use <application>Linux PAM</application>.
    163170    </para>
    164171
Note: See TracChangeset for help on using the changeset viewer.