Changeset 1b46bd8c


Ignore:
Timestamp:
09/16/2022 02:37:14 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
75d38562
Parents:
0af463c
Message:

systemd: use -Dpam=true

The main point to rebuild systemd in BLFS is for logind. Add -Dpam=true
so meson will fail if PAM is not installed correctly, instead of
silently producing a systemd build w/o logind again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r0af463c r1b46bd8c  
    187187      -Duserdb=false                \
    188188      -Dmode=release                \
     189      -Dpam=true                    \
    189190      -Dpamconfdir=/etc/pam.d       \
    190191      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
Note: See TracChangeset for help on using the changeset viewer.