diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-09 20:20:21 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-09 20:20:21 +0000 |
commit | f878debab03fec3030c959ab05d794eb9023a12f (patch) | |
tree | 8db137e177142f5f8e47c83b21df5c8539f4603d /chapter01 | |
parent | 784b3bb9a32eec1bcb2a901c9a6b3052fdc4f8f7 (diff) |
Fix building systemd with GCC 10
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c006ada5b..02b7a4cd8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2020-05-09</para> + <itemizedlist> + <listitem> + <para>[pierre] - Pass -Wno-format-overflow to systemd to + prevent an error with GCC 10.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2020-05-08</para> <itemizedlist> |