Changeset afd2e883
- Timestamp:
- 08/08/2018 08:37:39 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bb2133a0
- Parents:
- 59576e5f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r59576e5f rafd2e883 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 6th, &year;">9 <!ENTITY releasedate "August 8th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/unixodbc.xml
r59576e5f rafd2e883 213 213 <listitem> 214 214 <para> 215 is a utility used to check a share library to see if it can be215 is a utility used to check a shared library to see if it can be 216 216 loaded and if a given symbol exists in it. 217 217 </para> -
general/sysutils/sg3_utils.xml
r59576e5f rafd2e883 75 75 </itemizedlist> 76 76 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 77 87 <para condition="html" role="usernotes">User Notes: 78 88 <ulink url="&blfs-wiki;/sg3_utils"/> … … 88 98 </para> 89 99 90 <screen><userinput>./configure --prefix=/usr --disable-static && 100 <screen><userinput>patch -Np1 -i ../sg3_utils-&sg3_utils-version;-glibc_2.28-fixes-1.patch&& 101 ./configure --prefix=/usr --disable-static && 91 102 make</userinput></screen> 92 103 -
introduction/welcome/changelog.xml
r59576e5f rafd2e883 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>August 6th, 2018</para>
Note:
See TracChangeset
for help on using the changeset viewer.