From 6fc46ad12aa3e514129fd164f3cf662ba255d8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 6 Sep 2023 13:10:58 +0200 Subject: groups.d/211.native_packages_cmdline.group: coreutils: partial uptime(1) functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- groups.d/211.native_packages_cmdline.group | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'groups.d/211.native_packages_cmdline.group') diff --git a/groups.d/211.native_packages_cmdline.group b/groups.d/211.native_packages_cmdline.group index b3094f1f..73b925ce 100644 --- a/groups.d/211.native_packages_cmdline.group +++ b/groups.d/211.native_packages_cmdline.group @@ -53,6 +53,10 @@ the_silver_searcher toilet tree terminally_tetris ubase which zsh"; : ${PKG_COREUTILS_VERSION:=9.1}; : ${PKG_COREUTILS_URL:=https://ftp.gnu.org/gnu/coreutils/coreutils-${PKG_COREUTILS_VERSION}.tar.xz}; : ${PKG_COREUTILS_CONFIGURE_ARGS_EXTRA:="--enable-no-install-program=kill"} +: ${PKG_COREUTILS_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include/pemagine -I${PREFIX_NATIVE}/include/dalist"}; +: ${PKG_COREUTILS_ENV_VARS_EXTRA:="LIBS=-lntapi"}; +: ${PKG_COREUTILS_CONFIG_CACHE_EXTRA:=" +gl_cv_have_proc_uptime=yes"}; : ${PKG_CPIO_SHA256SUM:=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12}; : ${PKG_CPIO_VERSION:=2.14}; : ${PKG_CPIO_URL:=https://ftp.gnu.org/gnu/cpio/cpio-${PKG_CPIO_VERSION}.tar.bz2}; -- cgit v1.2.3