diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter08/python.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 18 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8e9cdda9e..08a12ae00 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,17 @@ --> <listitem> + <para>2021-03-02</para> + <itemizedlist> + <listitem> + <para>[pierre] - Fix a header file for python, so that + <command>#include <python&python-minor;/Python.h></command> + works.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-03-01</para> <itemizedlist> <listitem> diff --git a/chapter08/python.xml b/chapter08/python.xml index b71822b9b..27384e94c 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -42,6 +42,10 @@ <sect2 role="installation"> <title>Installation of Python 3</title> + <para>First, a header file needs to be fixed:</para> + +<screen><userinput remap="pre">sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen> + <para>Prepare Python for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ diff --git a/general.ent b/general.ent index cc6fc5edb..d1bd0cff1 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20210301"> +<!ENTITY version "SVN-20210302"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20210301-systemd"> +<!ENTITY versiond "20210302-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 1st, 2021"> +<!ENTITY releasedate "March 2nd, 2021"> <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> |