From 978adac0eb080fa8e37e3bee975b38c872accf87 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 26 Dec 2023 15:17:41 +0100 Subject: [PATCH] util-linux-common: only build libraries we want --- srcpkgs/util-linux-common/template | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/srcpkgs/util-linux-common/template b/srcpkgs/util-linux-common/template index d17a31a482f5f..efe98a4e23e1e 100644 --- a/srcpkgs/util-linux-common/template +++ b/srcpkgs/util-linux-common/template @@ -4,10 +4,20 @@ pkgname=util-linux-common version=2.38.1 revision=4 build_style=gnu-configure -configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown - --enable-libblkid --enable-fsck --disable-rpath --enable-fs-paths-extra=/usr/sbin:/usr/bin - --enable-vipw --enable-newgrp --enable-chfn-chsh --with-systemdsystemunitdir=no - --without-udev --without-python --enable-write" +configure_args=" + --disable-all-programs + --disable-makeinstall-chown + --disable-rpath + --enable-fs-paths-extra=/usr/sbin:/usr/bin + --enable-libblkid + --enable-libfdisk + --enable-libmount + --enable-libsmartcols + --enable-libuuid + --exec-prefix=\${prefix} + --with-systemdsystemunitdir=no + --without-python + --without-udev" hostmakedepends="gettext pkg-config" makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel" checkdepends="xz tar iproute2 socat procps-ng bc"