Changeset 85ab851


Ignore:
Timestamp:
03/27/2024 05:02:12 PM (5 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
trunk
Children:
6bd5fae
Parents:
e4f4182
Message:

Fix a config issue on i686 machines

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re4f4182 r85ab851  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[thomas] - Fix a misconfiguration in LibreOffice on i686 systems.</para>
     46        </listitem>
     47        <listitem>
    4548          <para>[timtas] - Force vlc to compile against lua52.</para>
    4649        </listitem>
  • xsoft/office/libreoffice.xml

    re4f4182 r85ab851  
    493493             --with-system-libwebp       \
    494494             --with-system-zlib</userinput></screen>
     495
     496<!-- this one might be to be removed with one of the next
     497     releases of LO (after 24.2.1.2) as it seems the issue
     498     is known by upstream:
     499     https://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg336884.html
     500-->
     501    <para>
     502      Fix a misconfiguration when installing on 32-bit machines:
     503    </para>
     504<screen><userinput>if [ "$(uname -m)" == "i686" ]; then
     505    sed -e "s/LFS_CFLAGS=$/&amp;-D_FILE_OFFSET_BITS=64/" -i config_host.mk
     506fi</userinput></screen>
     507
    495508<!--
    496509    <para>
Note: See TracChangeset for help on using the changeset viewer.