polkit: omit -i from autoreconf and add -v

Removing -i prevents gtk-doc being required to run autoreconf.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24082 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2021-01-07 00:47:25 +00:00
parent f25b2c037d
commit c432bc2a25

View File

@ -195,7 +195,7 @@ useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
</para>
<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
autoreconf -fi</userinput></screen>
autoreconf -fv</userinput></screen>
<para>
Install <application>Polkit</application> by running the following