diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-07-12 20:38:13 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-07-12 20:38:13 +0000 |
commit | c556e5944942f0d9ad66fb5f025d249eb0a733b1 (patch) | |
tree | b1a699b7d5fc33e891b241d8ba1eef5bb4032c22 /chapter01 | |
parent | d124b261f37a946e9785f4bf9a9d486177116490 (diff) |
systemd: Fix a FTBFS related to GCC-9 by adding CFLAGS+=-Wno-format-overflow
Remove the obsolete meson option -Dkill-path
Add -Drpmmacrosdir=no to the meson command and remove the command+text as a result of that
Remove symlinks to Util-Linux libraries created earler in the installation process to prevent /tools contamination
Minor instruction/code cleanup
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 402145c5a..6525fb893 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,17 @@ appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2019-07-12</para> + <itemizedlist> + <listitem> + <para>[renodr] - Fix an FTBFS for systemd and do minor text + and instructions improvements. Also, fix symlinks that were not + removed.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2019-06-29</para> <itemizedlist> |