2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

general: Use getopt from util-linux

This commit is contained in:
Dylan Araps 2019-10-07 23:55:42 +03:00
parent f13db9990d
commit b8ada3ae2e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 5 additions and 9 deletions

View File

@ -1,5 +1,5 @@
0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99 busybox-1.31.0.tar.bz2
cec205da3bcd60e9b32a0c72233f2343d1a6a0e374df138419dd6f84c3cbff1c .config
64167e8af824c8308331c2a05c6ac1aab16e342f5e0273acaf7ad9c11ee881fb .config
da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run

View File

@ -618,8 +618,8 @@ CONFIG_FEATURE_ACPID_COMPAT=y
# CONFIG_FSCK_MINIX is not set
# CONFIG_FSFREEZE is not set
# CONFIG_FSTRIM is not set
CONFIG_GETOPT=y
CONFIG_FEATURE_GETOPT_LONG=y
# CONFIG_GETOPT is not set
# CONFIG_FEATURE_GETOPT_LONG is not set
# CONFIG_HEXDUMP is not set
# CONFIG_FEATURE_HEXDUMP_REVERSE is not set
CONFIG_HD=y

View File

@ -1 +1 @@
1.31.0 8
1.31.0 9

View File

@ -21,7 +21,3 @@
make
make DESTDIR="$1" install
# Remove getopt as it is provided by busybox. (For some reason
# ./configure does not support it)
rm -f "$1/usr/bin/getopt"

View File

@ -1 +1 @@
2.34 3
2.34 4