Changeset a0df6ac


Ignore:
Timestamp:
01/21/2022 09:48:51 AM (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/test-20220226, xry111/xf86-video-removal
Children:
b0c28cf
Parents:
811f63df
Message:

Add -j1 to libical's make

It almost always fails at -jn, whether n is 4, 5, or 8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r811f63df ra0df6ac  
    130130      -DICAL_GLIB_VAPI=true        \
    131131      .. &amp;&amp;
    132 make</userinput></screen>
     132make -j1</userinput></screen>
    133133
    134134    <para>
Note: See TracChangeset for help on using the changeset viewer.