Changeset ab7470e


Ignore:
Timestamp:
08/14/2021 04:46:40 PM (22 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
58ab63b9, 67ffe4e
Parents:
ba9f84c
Message:

Add a sed to fix an issue introduced with glibc-2.34

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp.xml

    rba9f84c rab7470e  
    127127
    128128    <para>
     129      Now fix an issue introduced with glibc-2.34:
     130    </para>
     131
     132<screen><userinput>sed -e 's/#ifndef __sun/#if !defined(__sun) \&amp;\&amp; !defined(__GLIBC__)/' \
     133    -i libntp/work_thread.c</userinput></screen>
     134
     135    <para>
    129136      Install <application>ntp</application> by running
    130137      the following commands:
Note: See TracChangeset for help on using the changeset viewer.