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
|
||||
|
||||
@@ -16,19 +16,22 @@ prepare() {
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am
|
||||
./configure --bindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
--runstatedir=/run \
|
||||
--sbindir=/usr/sbin \
|
||||
--disable-chfn-chsh \
|
||||
--disable-login \
|
||||
--disable-nologin \
|
||||
--disable-su \
|
||||
--disable-setpriv \
|
||||
--disable-runuser \
|
||||
--disable-pylibmount \
|
||||
--disable-static \
|
||||
--without-python \
|
||||
./configure --bindir=/usr/bin \
|
||||
--libdir=/usr/lib \
|
||||
--runstatedir=/run \
|
||||
--sbindir=/usr/sbin \
|
||||
--disable-chfn-chsh \
|
||||
--disable-login \
|
||||
--disable-nologin \
|
||||
--disable-su \
|
||||
--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