Changeset afd2e883


Ignore:
Timestamp:
08/08/2018 08:37:39 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
bb2133a0
Parents:
59576e5f
Message:

Add patch to fix sg3_utils and glibc-2.28

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r59576e5f rafd2e883  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 6th, &year;">
     9<!ENTITY releasedate  "August 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/unixodbc.xml

    r59576e5f rafd2e883  
    213213        <listitem>
    214214          <para>
    215             is a utility used to check a share library to see if it can be
     215            is a utility used to check a shared library to see if it can be
    216216            loaded and if a given symbol exists in it.
    217217          </para>
  • general/sysutils/sg3_utils.xml

    r59576e5f rafd2e883  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/sg3_utils-&sg3_utils-version;-glibc_2.28-fixes-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7787    <para condition="html" role="usernotes">User Notes:
    7888      <ulink url="&blfs-wiki;/sg3_utils"/>
     
    8898    </para>
    8999
    90 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     100<screen><userinput>patch -Np1 -i ../sg3_utils-&sg3_utils-version;-glibc_2.28-fixes-1.patch&amp;&amp;
     101./configure --prefix=/usr --disable-static &amp;&amp;
    91102make</userinput></screen>
    92103
  • introduction/welcome/changelog.xml

    r59576e5f rafd2e883  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>August 8th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add patch to facilitate building sg3_utils with
     49          glibc-2.28.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 6th, 2018</para>
Note: See TracChangeset for help on using the changeset viewer.