[lfs] branch openrc updated: OpenRC: Disable Linux-PAM support.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <176526397605.27464.8667712622816462360@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch openrc
in repository lfs.
The following commit(s) were added to refs/heads/openrc by this push:
new b3ea948aa OpenRC: Disable Linux-PAM support.
b3ea948aa is described below
commit b3ea948aa98d3ae9c3d292951e2952d05da6d205
Author: Zeckmathederg <[email protected]>
AuthorDate: Tue Dec 9 00:07:46 2025 -0700
OpenRC: Disable Linux-PAM support.
---
chapter08/openrc.xml | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/chapter08/openrc.xml b/chapter08/openrc.xml
index 54f87dc49..fa4762ad7 100644
--- a/chapter08/openrc.xml
+++ b/chapter08/openrc.xml
@@ -46,7 +46,22 @@
<screen><userinput remap="configure">mkdir build
cd build
-meson setup --prefix=/usr --buildtype=release ..</userinput></screen>
+meson setup --prefix=/usr \
+ --buildtype=release \
+ -D pam=false ..</userinput></screen>
+
+ <variablelist>
+ <title>The meaning of the configure options:</title>
+
+ <varlistentry>
+ <term><parameter>-D pam=false</parameter></term>
+ <listitem>
+ <para>This disables needing Linux-PAM for the build, since it is not
+ installed yet.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
<para>Compile the package:</para>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page