Changeset 835b017e


Ignore:
Timestamp:
02/27/2022 10:29:57 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
728887b
Parents:
3f6cf45
Message:

Fix building libreoffice on 32 bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r3f6cf45 r835b017e  
    416416
    417417    <para>
     418      If building on a 32 bit machine, <envar>CFLAGS</envar> is set to
     419      <command>-Os</command>, which breaks the build. Prevent this to
     420      happen by issuing:
     421    </para>
     422
     423<screen><userinput>case $(uname -m) in
     424   i?86) sed /-Os/d -i solenv/gbuild/platform/LINUX_INTEL_GCC.mk ;;
     425esac</userinput></screen>
     426
     427    <para>
    418428      Prepare <application>LibreOffice</application> for compilation by running
    419429      the following commands:
Note: See TracChangeset for help on using the changeset viewer.