diff --color -Naur --exclude .git lfs-git/chapter01/changelog.xml lfs/chapter01/changelog.xml
old
|
new
|
|
39 | 39 | <listitem revision="sysv"> or <listitem revision="systemd"> as |
40 | 40 | appropriate for the entry or if needed the entire day's listitem. |
41 | 41 | --> |
| 42 | <listitem> |
| 43 | <para>2023-08-08</para> |
| 44 | <itemizedlist> |
| 45 | <listitem> |
| 46 | <para>[rahul] - Update to pkgconf 2.0.0. Fixes |
| 47 | <ulink url='&lfs-ticket-root;5310'>#5310</ulink>.</para> |
| 48 | </listitem> |
| 49 | </itemizedlist> |
| 50 | </listitem> |
42 | 51 | |
43 | 52 | <listitem> |
44 | 53 | <para>2023-08-01</para> |
diff --color -Naur --exclude .git lfs-git/chapter08/pkgconf.xml lfs/chapter08/pkgconf.xml
old
|
new
|
|
41 | 41 | </sect2> |
42 | 42 | |
43 | 43 | <sect2 role="installation"> |
| 44 | |
44 | 45 | <title>Installation of Pkgconf</title> |
45 | 46 | |
| 47 | <para>Pkgconf 2.0.0 explicitly errors when attempting to run |
| 48 | --modversion with multiple packages. This breaks many |
| 49 | packages in BLFS. Run this sed to reinstate the old |
| 50 | output for pkgconf.</para> |
| 51 | |
| 52 | <screen><userinput remap="pre">sed -i '/1330,1336/s|^|//|' cli/main.c</userinput></screen> |
| 53 | |
46 | 54 | <para>Prepare Pkgconf for compilation:</para> |
47 | 55 | |
48 | 56 | <screen><userinput remap="configure">./configure --prefix=/usr \ |
diff --color -Naur --exclude .git lfs-git/packages.ent lfs/packages.ent
old
|
new
|
|
567 | 567 | <!ENTITY perl-fin-du "234 MB"> |
568 | 568 | <!ENTITY perl-fin-sbu "7.9 SBU"> |
569 | 569 | |
570 | | <!ENTITY pkgconf-version "1.9.5"> |
| 570 | <!ENTITY pkgconf-version "2.0.0"> |
571 | 571 | <!ENTITY pkgconf-size "304 KB"> |
572 | 572 | <!ENTITY pkgconf-url "https://distfiles.ariadne.space/pkgconf/pkgconf-&pkgconf-version;.tar.xz"> |
573 | | <!ENTITY pkgconf-md5 "0a8b69723bef4ebad83e9c8b43a75cc7"> |
| 573 | <!ENTITY pkgconf-md5 "42ac3b1291aba9681136a74996ebffcd"> |
574 | 574 | <!ENTITY pkgconf-home "http://pkgconf.org/"> |
575 | | <!ENTITY pkgconf-fin-du "8.1 MB"> |
| 575 | <!ENTITY pkgconf-fin-du "4.6 MB"> |
576 | 576 | <!ENTITY pkgconf-fin-sbu "less than 0.1 SBU"> |
577 | 577 | |
578 | 578 | <!ENTITY procps-ng-version "4.0.3"> |