p11-kit: Update to 0.23.17

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-09-18 14:57:19 -07:00
parent 77239beedb
commit 34c0839a76
2 changed files with 3 additions and 18 deletions
-15
View File
@@ -1,15 +0,0 @@
--- a/common/compat.c
+++ b/common/compat.c
@@ -97,8 +97,12 @@
#include <unistd.h>
#if defined (HAVE_PROGRAM_INVOCATION_SHORT_NAME) && !HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
+#ifdef __UCLIBC__
+extern const char *program_invocation_short_name;
+#else
extern char *program_invocation_short_name;
#endif
+#endif
#if defined (HAVE___PROGNAME) && !HAVE_DECL___PROGNAME
extern char *__progname;