Changeset 8bc83b9
- Timestamp:
- 09/07/2023 03:06:17 PM (13 months ago)
- Branches:
- multilib, xry111/multilib
- Children:
- 6ae855b
- Parents:
- f8b6ce0 (diff), 6ad40199 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rf8b6ce0 r8bc83b9 40 40 appropriate for the entry or if needed the entire day's listitem. 41 41 --> 42 43 <listitem> 44 <para>2023-09-07</para> 45 <itemizedlist> 46 <listitem> 47 <para>[xry111] - Fix an issue in pkgconf-2.0.3 causing 48 BLFS packages fail to build. Fixes 49 <ulink url='&lfs-ticket-root;5341'>#5341</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 42 53 43 54 <listitem> -
chapter01/whatsnew.xml
rf8b6ce0 r8bc83b9 63 63 <para>DejaGNU-&dejagnu-version;</para> 64 64 </listitem>--> 65 < !--<listitem revision="systemd">65 <listitem revision="systemd"> 66 66 <para>D-Bus-&dbus-version;</para> 67 </listitem> -->67 </listitem> 68 68 <!--<listitem> 69 69 <para>Diffutils-&diffutils-version;</para> … … 168 168 <para>Libtool-&libtool-version;</para> 169 169 </listitem>--> 170 < !--<listitem>170 <listitem> 171 171 <para>Linux-&linux-version;</para> 172 </listitem> -->172 </listitem> 173 173 <!--<listitem> 174 174 <para>M4-&m4-version;</para> -
chapter08/pkgconf.xml
rf8b6ce0 r8bc83b9 44 44 45 45 <title>Installation of Pkgconf</title> 46 <!--47 <para>Pkgconf-2.0.0 explicitly errors when attempting to run48 <option>- -modversion</option> with multiple arguments, even if these49 arguments are constraints for the same package. This breaks many50 packages in BLFS. Run this sed to reinstate the old51 output for pkgconf:</para>52 46 53 <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen> 54 --> 47 <!-- https://github.com/pkgconf/pkgconf/issues/317 --> 48 <para>Fix a regression in pkgconf-2.0.3 breaking BLFS packages:</para> 49 50 <screen><userinput remap="pre">sed -i 's/str\(cmp.*package\)/strn\1, strlen(pkg->why)/' cli/main.c</userinput></screen> 51 55 52 <para>Prepare Pkgconf for compilation:</para> 56 53
Note:
See TracChangeset
for help on using the changeset viewer.