2016-06-23 22:25:17 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://en.wikipedia.org/wiki/Util-linux
|
|
|
|
TERMUX_PKG_DESCRIPTION="Miscellaneous system utilities"
|
2017-02-25 21:43:46 +01:00
|
|
|
TERMUX_PKG_VERSION=2.29.2
|
2017-02-01 23:45:58 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://www.kernel.org/pub/linux/utils/util-linux/v2.29/util-linux-${TERMUX_PKG_VERSION}.tar.xz
|
2017-02-25 21:43:46 +01:00
|
|
|
TERMUX_PKG_SHA256=accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3
|
2017-07-07 12:51:16 +02:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses, libutil, libcrypt"
|
2017-02-01 23:45:58 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
ac_cv_func_setns=yes
|
|
|
|
ac_cv_func_unshare=yes
|
|
|
|
--disable-agetty
|
|
|
|
--disable-eject
|
|
|
|
--disable-ipcrm
|
|
|
|
--disable-ipcs
|
|
|
|
--disable-kill
|
|
|
|
--disable-last
|
|
|
|
--disable-libuuid
|
|
|
|
--disable-logger
|
|
|
|
--disable-pivot_root
|
|
|
|
--disable-switch_root
|
|
|
|
--disable-wall
|
2017-06-29 01:06:34 +02:00
|
|
|
--disable-libmount
|
2017-02-01 23:45:58 +01:00
|
|
|
"
|
|
|
|
# bin/column is currently bundled in the fish package:
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/column share/man/man1/column.1"
|
2016-06-23 22:25:17 +02:00
|
|
|
|
2017-02-01 23:45:58 +01:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
if [ $TERMUX_ARCH_BITS = 64 ]; then
|
|
|
|
# prlimit() is only available in 64-bit bionic.
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_prlimit=yes"
|
|
|
|
fi
|
|
|
|
}
|