[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/util-linux/util-linux.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Miscellaneous system utilities for Linux [T] The util-linux package contains a large variety of low-level [T] system utilities that are necessary for a Linux system to [T] function. Among many features, Util-linux contains the fdisk [T] configuration tool and the login program. [A] Andries Brouwer [M] Rene Rebe [C] base/system [F] CROSS DIETLIBC [L] GPL [S] Stable [V] 2.40.4 [P] X --2--5---9 109.500 [CV-URL] https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/refs/tags/ [D] 876ea2365ad870d7dc6622986c0643339f4abf4b2c95f4c25202b4f3 util-linux-2.40.4.tar.xz https://www.kernel.org/pub/linux/utils/util-linux/v2.40/ runmeson=0 if [ $prefix_auto = 1 ]; then prefix= set_confopt var_append confopt ' ' --datarootdir=$datadir var_append makeopt ' ' "usrbin_execdir=/usr/bin usrsbin_execdir=/usr/sbin usrlib_execdir=/usr/${libdir##*/}" var_append makeinstopt ' ' "usrbin_execdir=/usr/bin usrsbin_execdir=/usr/sbin usrlib_execdir=/usr/${libdir##*/}" fi var_append confopt ' ' --runstatedir=$localstatedir/run atstage native || var_append confopt ' ' --without-python # partx is nice to have (we ship it since a long time) and kill is usually # supplied by other packages (procps, busybox, embutils, etc.) var_append confopt ' ' '--enable-partx --disable-kill' # cross build tweak, I started patching it but stopped at the 20th file if atstage cross && [ $SDECFG_LIBC = 'uclibc' ]; then var_append GCC_WRAPPER_APPEND ' ' '--include locale.h' fi pkginstalled python || var_append confopt ' ' --without-python pkginstalled ncurses || var_append confopt ' ' --without-ncurses pkginstalled shadow && var_append confopt ' ' '--disable-su --disable-login --disable-nologin --disable-chfn-chsh' pkginstalled sysvinit && var_append confopt ' ' '--disable-sulogin --disable-last --disable-mesg --disable-lastb' pkginstalled sqlite || var_append confopt ' ' --disable-liblastlog2 #pkginstalled cryptsetup && var_append confopt ' ' --with-cryptsetup pkginstalled eject && var_append confopt ' ' --disable-eject