Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] util-linux-common: only build libraries we want
@ 2023-12-26 14:18 Duncaen
  2023-12-31 15:58 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: Duncaen @ 2023-12-26 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is a new pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages util-linux-common
https://github.com/void-linux/void-packages/pull/47909

util-linux-common: only build libraries we want
None

A patch file from https://github.com/void-linux/void-packages/pull/47909.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-util-linux-common-47909.patch --]
[-- Type: text/x-diff, Size: 1440 bytes --]

From 978adac0eb080fa8e37e3bee975b38c872accf87 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: util-linux-common: only build libraries we want
  2023-12-26 14:18 [PR PATCH] util-linux-common: only build libraries we want Duncaen
@ 2023-12-31 15:58 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-12-31 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

There's a merged pull request on the void-packages repository

util-linux-common: only build libraries we want
https://github.com/void-linux/void-packages/pull/47909

Description:
None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-31 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-26 14:18 [PR PATCH] util-linux-common: only build libraries we want Duncaen
2023-12-31 15:58 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).