Fredrik Fornwall
9 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/pinentry/index.html |
|||
TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry" |
|||
TERMUX_PKG_VERSION=0.9.7 |
|||
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2 |
|||
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses" |
@ -0,0 +1,14 @@ |
|||
diff -u -r ../pinentry-0.9.7/pinentry/pinentry.c ./pinentry/pinentry.c
|
|||
--- ../pinentry-0.9.7/pinentry/pinentry.c 2015-09-16 14:47:52.000000000 -0400
|
|||
+++ ./pinentry/pinentry.c 2016-01-20 16:28:14.364196578 -0500
|
|||
@@ -213,8 +213,10 @@
|
|||
{ |
|||
if (! lc_ctype_unknown_warning) |
|||
{ |
|||
+#ifndef __ANDROID__
|
|||
fprintf (stderr, "%s: no LC_CTYPE known - assuming UTF-8\n", |
|||
this_pgmname); |
|||
+#endif
|
|||
lc_ctype_unknown_warning = 1; |
|||
} |
|||
return strdup (text); |
Loading…
Reference in new issue