Changeset 8b7f5b9 for general/genlib


Ignore:
Timestamp:
06/08/2015 11:46:33 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
385b822
Parents:
93ac92a
Message:

Add a sed to fix js-17 and js-24 build issues when perl-5.22 is installed.
Thanks to Chris Staub for the report.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16099 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js.xml

    r93ac92a r8b7f5b9  
    102102
    103103<screen><userinput>cd js/src &amp;&amp;
     104
     105sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl &amp;&amp;
     106
    104107./configure --prefix=/usr       \
    105108            --enable-readline   \
     
    129132  <sect2 role="commands">
    130133    <title>Command Explanations</title>
     134
     135    <para>
     136      <command>sed ... config/milestone.pl</command>: Fix an
     137      issue caused by perl-5.22.0 and later.
     138    </para>
    131139
    132140    <para>
  • general/genlib/js2.xml

    r93ac92a r8b7f5b9  
    108108
    109109<screen><userinput>cd js/src &amp;&amp;
     110
     111sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl &amp;&amp;
     112
    110113./configure --prefix=/usr       \
    111114            --enable-readline   \
     
    134137  <sect2 role="commands">
    135138    <title>Command Explanations</title>
     139
     140    <para>
     141      <command>sed ... config/milestone.pl</command>: Fix an
     142      issue caused by perl-5.22.0 and later.
     143    </para>
    136144
    137145    <para>
Note: See TracChangeset for help on using the changeset viewer.