[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-533-g9277897

git git at cross-lfs.org
Tue Nov 26 13:29:36 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  927789798b8e832dad940e96f94b31e0963d2bd7 (commit)
      from  8c09b88ed733d36f5a7a7793e2ea03090499665d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 927789798b8e832dad940e96f94b31e0963d2bd7
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Nov 26 16:28:21 2013 -0500

    Switches for util-linux to disable su and login are no longer needed

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 9c65b12..fdbba51 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -43,7 +43,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
 
     <para os="a">Prepare Util-linux for compilation:</para>
 
-<screen os="b"><userinput>./configure --enable-write --disable-login --disable-su</userinput></screen>
+<screen os="b"><userinput>./configure --enable-write</userinput></screen>
 
     <variablelist os="c">
       <title>The meaning of the configure options:</title>
@@ -56,15 +56,6 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><parameter>--disable-login --disable-su</parameter></term>
-        <listitem>
-          <para>Disables building the <command>login</command> and
-          <command>su</command> programs, as the Shadow package installs its
-          own versions.</para>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para os="d">Compile the package:</para>
diff --git a/BOOK/final-system/multilib/util-linux-64bit.xml b/BOOK/final-system/multilib/util-linux-64bit.xml
index 45e2a40..d517672 100644
--- a/BOOK/final-system/multilib/util-linux-64bit.xml
+++ b/BOOK/final-system/multilib/util-linux-64bit.xml
@@ -30,7 +30,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \
-    --enable-write --disable-login --disable-su</userinput></screen>
+    --enable-write</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/final-system/multilib/util-linux-n32.xml b/BOOK/final-system/multilib/util-linux-n32.xml
index f6c6a4d..c566340 100644
--- a/BOOK/final-system/multilib/util-linux-n32.xml
+++ b/BOOK/final-system/multilib/util-linux-n32.xml
@@ -27,7 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
-    --enable-write --disable-login --disable-su</userinput></screen>
+    --enable-write</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/final-system/multilib/util-linux.xml b/BOOK/final-system/multilib/util-linux.xml
index f436133..6aa7bcc 100644
--- a/BOOK/final-system/multilib/util-linux.xml
+++ b/BOOK/final-system/multilib/util-linux.xml
@@ -27,7 +27,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --libdir=/lib \
-    --enable-write --disable-login --disable-su</userinput></screen>
+    --enable-write</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 7103cbc..36ffcd7 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -42,6 +42,10 @@
         <listitem>
           <para>[Chris] - Updated installed program lists for several packages.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed redundant --disable-su and --disable-login
+          switches from Util-linux - they aren't built anyway if PAM isn't found.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/util-linux.xml         |   11 +----------
 BOOK/final-system/multilib/util-linux-64bit.xml |    2 +-
 BOOK/final-system/multilib/util-linux-n32.xml   |    2 +-
 BOOK/final-system/multilib/util-linux.xml       |    2 +-
 BOOK/introduction/common/changelog.xml          |    4 ++++
 5 files changed, 8 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list