Changeset 85ab851 for xsoft/office


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.