Ignore:
Timestamp:
12/23/2018 04:33:29 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
6d8b45a3
Parents:
984d05e7
Message:

Merge to TRUNK 20860.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r984d05e7 r3757ae7  
    105105      <xref linkend="polkit"/>,
    106106      <xref linkend="pygobject3"/>,
    107       <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
    108107      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
    109108      <xref linkend="upower"/>,
     
    164163      --sysconfdir /etc          \
    165164      --localstatedir /var       \
    166       -Ddocs=true                \
    167       -Dnmtui=true               \
    168       -Dppp=false                \
     165      -Djson_validation=false    \
    169166      -Dlibaudit=no              \
    170167      -Dlibnm_glib=true          \
     168      -Dlibpsl=false             \
     169      -Dnmtui=true               \
     170      -Dovs=false                \
     171      -Dppp=false                \
    171172      -Dselinux=false            \
    172173      -Dudev_dir=/lib/udev       \
    173174      -Dsession_tracking=elogind \
     175      -Dmodem_manager=false      \
    174176      -Dsystemdsystemunitdir=no  \
    175177      -Dsystemd_journal=false    \
     
    185187      --sysconfdir /etc          \
    186188      --localstatedir /var       \
    187       -Ddocs=true                \
    188       -Dnmtui=true               \
    189       -Dppp=false                \
     189      -Djson_validation=false    \
    190190      -Dlibaudit=no              \
    191191      -Dlibnm_glib=true          \
     192      -Dlibpsl=false             \
     193      -Dnmtui=true               \
     194      -Dovs=false                \
     195      -Dppp=false                \
    192196      -Dselinux=false            \
    193197      -Dqt=false                 \
    194198      -Dudev_dir=/lib/udev       \
    195199      -Dsession_tracking=systemd \
     200      -Dmodem_manager=false      \
    196201      -Dsystemdsystemunitdir=/lib/systemd/system \
    197202      .. &amp;&amp;
     
    222227
    223228    <para>
    224       <parameter>-Ddocs=true</parameter>: This parameter enable building of
    225       man pages and documentation.
     229      <parameter>-Ddocs=true</parameter>: Use this switch to enable building of
     230      man pages and documentation if <xref linkend="gtk-doc"/> is installed.
    226231    </para>
    227232
     
    235240      <parameter>-Dsystemd_journal=false</parameter>: systemd is not
    236241      used for sysv init systems.
     242    </para>
     243
     244    <para>
     245      <parameter>-Djson_validation=false</parameter>,
     246      <parameter>-Dlibpsl=false</parameter>, and
     247      <parameter>-Dovs=false</parameter>: These switches disable build with the
     248      respective libraries. Remove if you have the needed libraries installed.
     249    </para>
     250
     251    <para>
     252      <parameter>-Dmodem_manager=false</parameter>: This switch is requried if
     253      <application>ModemManager</application> is not installed. Omit if you
     254      have built <application>ModmeManager</application>.
    237255    </para>
    238256
Note: See TracChangeset for help on using the changeset viewer.