mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Ports: Exclude non-working utilities from the coreutils installation
This commit is contained in:
parent
9f8fd732d0
commit
020bc0e218
1 changed files with 8 additions and 0 deletions
|
@ -9,3 +9,11 @@ https://ftpmirror.gnu.org/gnu/coreutils/coreutils-${version}.tar.gz.sig coreutil
|
|||
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type="sig"
|
||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "coreutils-${version}.tar.gz.sig")
|
||||
|
||||
# Exclude some non-working utilities:
|
||||
# - arch, coreutils, and hostname are already excluded in the default configuration
|
||||
# - chcon and runcon are SELinux utilities
|
||||
# - df requires one of the read_file_system_list implementations in gnulib/lib/mountlist.c
|
||||
# - pinky, users, and who require utmp
|
||||
# - nice is just something that doesn't exist
|
||||
configopts+=("--enable-no-install-program=arch,coreutils,hostname,chcon,runcon,df,pinky,users,who,nice")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue