diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d8e084680..0ed3c2115 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2019-12-10 + + + [renodr] - Fix a regression in meson that was causing problems + in dependent packages. + + + + 2019-12-05 diff --git a/chapter06/meson.xml b/chapter06/meson.xml index 820ccd7f1..db3d67afc 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -40,6 +40,10 @@ Installation of Meson + Apply a fix from upstream to fix a regression: + +sed -i "s@isfile(f)@& and not f.startswith('/dev')@" mesonbuild/interpreter.py + Compile Meson with the following command: python3 setup.py build diff --git a/general.ent b/general.ent index cf7c67b93..8e9e5faa5 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +