Changeset 0d78c2c for chapter08


Ignore:
Timestamp:
11/14/2021 06:22:12 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
394bd9c
Parents:
d48d1c2
Message:

Package updates.
Update to iana-etc-20211112.
Update to elfutils-0.186.
Update to jinja2-3.0.3.
Update to bc-5.2.0.
Update to ncurses-6.3.
Update to libpipeline-1.5.4.
Update to meson-0.60.1.
Update to iproute2-5.15.0.
Update to linux-5.15.2.

One change was needed to systemd-249 due to changes in the linux
keernel version 5.14 and later.

A change to ncurses was needed to ensure the .pc files are placed in
the right location (/usr/lib/pkgconfig).

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/ncurses.xml

    rd48d1c2 r0d78c2c  
    5050            --without-normal        \
    5151            --enable-pc-files       \
    52             --enable-widec</userinput></screen>
     52            --enable-widec          \
     53            --with-pkg-config-libdir=/usr/lib/pkgconfig</userinput></screen>
    5354
    5455    <variablelist>
  • chapter08/systemd.xml

    rd48d1c2 r0d78c2c  
    6363
    6464 <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
     65
     66 <para>Fix a problem when using a kernel version 5.14 and later:</para>
     67
     68 <screen><userinput remap="pre">sed -i '/ARPHRD_CAN/a#define ARPHRD_MCTP        290' src/basic/linux/if_arp.h</userinput></screen>
    6569
    6670    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.