Changeset 476e234f


Ignore:
Timestamp:
11/09/2011 05:54:55 PM (12 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.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e79ed72
Parents:
9e9cd2a2
Message:

Add a sed to libmpeg2 to avoid a segfault that occurs when using recent
compilers.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9e9cd2a2 r476e234f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Add a sed to libmpeg2 to avoid a segfault
     49          that occurs when using recent compilers.  Thansks to Andy
     50          Benton for the report.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[bdubbs] - Update book title and copyright date.</para>
    4954        </listitem>
     
    5156          <para>[bdubbs] - Remove portmap and nfs-utils at least until
    5257          upstream gets their act together.  Stable NIS and NFS headers and
    53           functions not currently available form any source.</para>
     58          functions not currently available from any source.</para>
    5459        </listitem>
    5560      </itemizedlist>
  • multimedia/libdriv/libmpeg2.xml

    r9e9cd2a2 r476e234f  
    3737    MPEG-1 video streams.</para>
    3838
    39     &lfs65_checked;
     39    &lfs70_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474  <sect2 role="installation">
    7575    <title>Installation of libmpeg2</title>
     76
     77    <para>First a problem that occurs in more recent compilers:</para>
     78
     79<screen><userinput>sed -i 's/static const/static/' libmpeg2/idct_mmx.c</userinput></screen>
    7680
    7781    <para>Install <application>libmpeg2</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.