mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Python: Fix a regression caused by a security update.
This commit is contained in:
@@ -43,6 +43,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Python 3</title>
|
<title>Installation of Python 3</title>
|
||||||
|
|
||||||
|
<para>Fix a regression that causes issues in BLFS packages like
|
||||||
|
pyatspi:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -e "/self.namespaceURI =/i\ self.ownerDocument = None" \
|
||||||
|
-i Lib/xml/dom/minidom.py</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Python for compilation:</para>
|
<para>Prepare Python for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
|||||||
Reference in New Issue
Block a user