Changeset f4362f22
- Timestamp:
- 08/03/2018 08:56:19 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ac4d403
- Parents:
- ffdbde9c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python2.xml
rffdbde9c rf4362f22 129 129 commands: 130 130 </para> 131 132 <note><para>To build the python _ssl module, the file Modules/Setup.dist133 must be edited.134 135 <screen><userinput>sed -i '/#SSL/,+3 s/^#//' Modules/Setup.dist</userinput></screen>136 137 </para></note>138 131 139 132 <screen><userinput>./configure --prefix=/usr \ -
general/prog/rust.xml
rffdbde9c rf4362f22 113 113 <xref linkend="curl"/>, 114 114 <xref linkend="cmake"/>, 115 <xref linkend="libssh2"/> 115 116 <!-- Although this appears to build with python3, there are sometimes strange 116 117 script errors in the compilation (i.e. it exits after the build, without … … 123 124 <bridgehead renderas="sect4">Recommended</bridgehead> 124 125 <para role="recommended"> 125 <xref linkend="libssh2"/> (required by the libgit crate during126 <emphasis>some</emphasis> stable installs, but not during others),127 126 <package>clang</package> from <xref linkend="llvm"/> 128 127 (built with -DLLVM_LINK_LLVM_DYLIB=ON) -
introduction/welcome/changelog.xml
rffdbde9c rf4362f22 45 45 <para>August 3rd, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Python-2.7.15 no longer installs the _ssl module, remove 49 the ineffective sed and instead require libssh2 in rustc. 50 Fixes <ulink url="&blfs-ticket-root;10899">#10899</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[ken] - patch libreoffice to build with recent LFS, the problem 54 was apparently caused by python-3.7.</para> 55 </listitem> 47 56 <listitem> 48 57 <para>[ken] - Fix postfix to build against Berkeley DB-18. Minimally -
xsoft/office/libreoffice.xml
rffdbde9c rf4362f22 144 144 <para>Required patch to fix building with system <xref linkend="poppler"/>: 145 145 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler64-1.patch"/></para> 146 </listitem> 147 148 <listitem> 149 <para>Required patch to fix building with system <xref linkend="python3"/>: 150 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-python37-1.patch"/></para> 146 151 </listitem> 147 152 … … 353 358 354 359 patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler64-1.patch && 360 361 patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-python37-1.patch && 355 362 356 363 ./autogen.sh --prefix=$LO_PREFIX \
Note:
See TracChangeset
for help on using the changeset viewer.