Changeset 144cfb1


Ignore:
Timestamp:
09/17/2024 05:45:01 PM (38 hours ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
dd7b8a4
Parents:
c2f825a
Message:

screen: Add the --disable-pam switch to the configure line

This removes a hard build dependency on Linux PAM. I've added a command
explanation so that people can use PAM support if they would like to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    rc2f825a r144cfb1  
    109109            --infodir=/usr/share/info            \
    110110            --mandir=/usr/share/man              \
     111            --disable-pam                        \
    111112            --enable-socket-dir=/run/screen      \
    112113            --with-pty-group=5                   \
     
    131132  <sect2 role="commands">
    132133    <title>Command Explanations</title>
     134
     135    <para>
     136      <parameter>--disable-pam</parameter>: This option removes a build
     137      dependency on Linux-PAM. Remove this option if you want PAM support.
     138    </para>
    133139
    134140    <para>
Note: See TracChangeset for help on using the changeset viewer.