aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-05-18 13:36:37 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-05-18 13:36:37 -0500
commit1fde5b2617369cdf70948bcf07c217bb19c9be94 (patch)
treeae1b070ab46a259d88691dc1a0de8d14d37c0c6c /chapter08
parent8287b51963ae03cdf33290f5df8f7597ef60abf7 (diff)
Package updates.
Update to util-linux-2.39. Update to linux-6.3.3. Update to libcap-2.69. Update to grep-3.11. Update to flit_core-3.9.0. Update to eudev-3.2.12.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/eudev.xml4
-rw-r--r--chapter08/util-linux.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter08/eudev.xml b/chapter08/eudev.xml
index f4c5ac5d2..c9b0e7617 100644
--- a/chapter08/eudev.xml
+++ b/chapter08/eudev.xml
@@ -39,11 +39,11 @@
<sect2 role="installation">
<title>Installation of Eudev</title>
-
+ <!-- No longer seems needed. bdubbs 5/18/23
<para>First fix the location of udev rules in the .pc file:</para>
<screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen>
-
+-->
<para>Prepare Eudev for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index 44d55697d..7a21e2a1a 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -47,6 +47,7 @@
<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--bindir=/usr/bin \
--libdir=/usr/lib \
+ --runstatedir=/run \
--sbindir=/usr/sbin \
--disable-chfn-chsh \
--disable-login \
@@ -64,6 +65,7 @@
<screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--bindir=/usr/bin \
--libdir=/usr/lib \
+ --runstatedir=/run \
--sbindir=/usr/sbin \
--disable-chfn-chsh \
--disable-login \