mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
p11-kit: Update to 0.23.17
Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user