diff options
Diffstat (limited to 'packages/strace/4.19')
-rw-r--r-- | packages/strace/4.19/0000-conflicting-decl.patch | 36 | ||||
-rw-r--r-- | packages/strace/4.19/chksum | 4 | ||||
-rw-r--r-- | packages/strace/4.19/version.desc | 1 |
3 files changed, 0 insertions, 41 deletions
diff --git a/packages/strace/4.19/0000-conflicting-decl.patch b/packages/strace/4.19/0000-conflicting-decl.patch deleted file mode 100644 index 92427e19..00000000 --- a/packages/strace/4.19/0000-conflicting-decl.patch +++ /dev/null @@ -1,36 +0,0 @@ -commit d45f27147f7d95eb209463dc03dc039ea3f15b59 -Author: Baruch Siach <baruch@tkos.co.il> -Date: Fri Sep 8 12:12:57 2017 +0300 - - error_prints: fix potential program_invocation_name type conflict - - uClibc-ng declares program_invocation_name as const. - This causes the build failure below: - - error_prints.c:40:14: error: conflicting types for ‘program_invocation_name’ - extern char *program_invocation_name; - ^~~~~~~~~~~~~~~~~~~~~~~ - In file included from error_prints.c:32:0: - .../output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/errno.h:54:20: note: previous declaration of ‘program_invocation_name’ was here - extern const char *program_invocation_name, *program_invocation_short_name; - ^~~~~~~~~~~~~~~~~~~~~~~ - - * error_prints.c (program_invocation_name): Declare only in case - of [!HAVE_PROGRAM_INVOCATION_NAME]. - ---- - error_prints.c | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/error_prints.c -+++ b/error_prints.c -@@ -37,7 +37,9 @@ - - #include "error_prints.h" - -+#ifndef HAVE_PROGRAM_INVOCATION_NAME - extern char *program_invocation_name; -+#endif - - static void - verror_msg(int err_no, const char *fmt, va_list p) diff --git a/packages/strace/4.19/chksum b/packages/strace/4.19/chksum deleted file mode 100644 index a8268fab..00000000 --- a/packages/strace/4.19/chksum +++ /dev/null @@ -1,4 +0,0 @@ -md5 strace-4.19.tar.xz 846a9a26e74e797f42d77a0348104072 -sha1 strace-4.19.tar.xz 43091b8a07c227a6ffafd6d0f9536917c9447011 -sha256 strace-4.19.tar.xz 7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281 -sha512 strace-4.19.tar.xz 91d57f58ac0e70ff4dcd69fda3cb835de7f40a9152817427e9c264773f99015badbad7bab047ce7f69001b689b1ce54af9522a9738060823de8873bee1e0c629 diff --git a/packages/strace/4.19/version.desc b/packages/strace/4.19/version.desc deleted file mode 100644 index fcfe3891..00000000 --- a/packages/strace/4.19/version.desc +++ /dev/null @@ -1 +0,0 @@ -obsolete='yes' |