Ignore:
Timestamp:
06/11/2022 07:52:51 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
199a3ced
Parents:
768cf97c
Message:

zsh: enable libcap and gdbm

They are already in LFS so there is no significant reason not to use
them. Using gdbm may cause license issue but AFAIK as long as we don't
edit gdbm or zsh code in a hidden way we'll not violate the license.

And zsh does not use pam_cap (or any PAM module) at all. Perhaps we
should perform a cleanup on pam_cap dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    r768cf97c r4f4e7f18  
    108108    <bridgehead renderas="sect4">Optional</bridgehead>
    109109    <para role="optional">
    110       <xref linkend="libcap-pam"/>,
    111       <xref linkend="pcre"/>, and
     110      <xref linkend="pcre"/> and
    112111      <xref linkend="valgrind"/>
    113112    </para>
     
    141140    </para>
    142141
    143 <screen><userinput>./configure --prefix=/usr         \
    144             --sysconfdir=/etc/zsh \
    145             --enable-etcdir=/etc/zsh                  &amp;&amp;
     142<screen><userinput>./configure --prefix=/usr            \
     143            --sysconfdir=/etc/zsh    \
     144            --enable-etcdir=/etc/zsh \
     145            --enable-cap             \
     146            --enable-gdbm                             &amp;&amp;
    146147make                                                  &amp;&amp;
    147148
     
    207208
    208209    <para>
    209       <option>--enable-cap</option>: This option enables
     210      <parameter>--enable-cap</parameter>: This option enables
    210211      POSIX capabilities.
    211212    </para>
    212213
    213214    <para>
    214       <option>--disable-gdbm</option>: This option disables the
     215      <parameter>--enable-gdbm</parameter>: This option enables the
    215216      use of the <application>GDBM</application> library.
    216217    </para>
Note: See TracChangeset for help on using the changeset viewer.