Changeset ab7470e for networking


Ignore:
Timestamp:
08/14/2021 04:46:40 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
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.