Changeset 1b45a470 for general


Ignore:
Timestamp:
02/16/2023 02:04:46 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6974e5f
Parents:
1760143
git-author:
Pierre Labastie <pierre.labastie@…> (02/16/2023 02:04:00 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (02/16/2023 02:04:46 PM)
Message:

Fix race condition in newt

See https://wiki.linuxfromscratch.org/blfs/ticket/17667

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/newt.xml

    r1760143 r1b45a470  
    102102    </para>
    103103
    104 <screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/'                  \
    105     -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
    106     -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g'    \
     104<screen><userinput>sed -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
     105    -e '/$(LIBNEWT):/,/rv/ s/^/#/'          \
     106    -e 's/$(LIBNEWT)/$(LIBNEWTSH)/g'        \
    107107    -i Makefile.in                          &amp;&amp;
    108108
Note: See TracChangeset for help on using the changeset viewer.