Switch from Systemd to Enit
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: util-linux
|
||||
description: Linux system utilities
|
||||
version: 2.39.3
|
||||
revision: 3
|
||||
url: https://github.com/util-linux/util-linux
|
||||
license: GPL2
|
||||
architecture: any
|
||||
depends: ["glibc","ncurses","readline","systemd","zlib"]
|
||||
make_depends: ["bash","binutils","coreutils","diffutils","file","findutils","gawk","gcc","gettext","glibc","grep","make","ncurses","pkgconf","sed","systemd","zlib"]
|
||||
depends: ["glibc","ncurses","readline","zlib"]
|
||||
make_depends: ["bash","binutils","coreutils","diffutils","file","findutils","gawk","gcc","gettext","glibc","grep","make","ncurses","pkgconf","sed","zlib"]
|
||||
type: source
|
||||
|
||||
@@ -27,8 +27,11 @@ build() {
|
||||
--disable-setpriv \
|
||||
--disable-runuser \
|
||||
--disable-pylibmount \
|
||||
--disable-liblastlog2 \
|
||||
--disable-static \
|
||||
--without-python \
|
||||
--without-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||
--docdir=/usr/share/doc/util-linux
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user