busybox/cpio-long-opt.patch
Thorsten Kukuk a4cb87b751 - Add patch to fix build on non-x86* architectures:
* busybox-1.37.0-fix-conditional-for-sha1_process_block64_shaNI.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=132
2024-10-07 09:03:13 +00:00

15 lines
597 B
Diff

Index: busybox-1.35.0/archival/cpio.c
===================================================================
--- busybox-1.35.0.orig/archival/cpio.c
+++ busybox-1.35.0/archival/cpio.c
@@ -413,6 +413,9 @@ int cpio_main(int argc UNUSED_PARAM, cha
const char *long_opts =
"extract\0" No_argument "i"
"list\0" No_argument "t"
+ "unconditional\0" No_argument "u"
+ "preserve-modification-time\0" No_argument "m"
+ "make-directories\0" No_argument "d"
#if ENABLE_FEATURE_CPIO_O
"create\0" No_argument "o"
"format\0" Required_argument "H"