Opened 7 hours ago

Last modified 6 hours ago

#5657 new enhancement

kmod-34

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New version.

Change History (1)

comment:1 by Xi Ruoyao, 6 hours ago

make fails due to missing gtk-doc.m4. It seems the upstream is going to use meson instead: https://github.com/kmod-project/kmod/pull/289. So I tried meson and it works:

meson setup --prefix=/usr       \
            --sbindir=/usr/sbin \
            --buildtype=release \
            -D manpages=false

ninja
ninja install

We'll need to reorder it after meson.

With --sbindir=/usr/sbin we'll no longer need to recreate the symlinks.

Note: See TracTickets for help on using tickets.