gnupg2: Make gpgconf output correctly (see #152)
[termux-packages] / packages / gnupg2 / configure.patch
CommitLineData
01c4a6f5
FF
1diff -u -r ../gnupg-2.1.10/configure ./configure
2--- ../gnupg-2.1.10/configure 2015-12-04 04:57:06.000000000 -0500
3+++ ./configure 2016-01-20 16:52:13.149463376 -0500
4@@ -14612,13 +14612,6 @@
5 done
6
7
8-if test "$have_android_system" = yes; then
9- # On Android ttyname is a stub but prints an error message.
10-
11-$as_echo "#define HAVE_BROKEN_TTYNAME 1" >>confdefs.h
12-
13-fi
14-
15 ac_fn_c_check_type "$LINENO" "struct sigaction" "ac_cv_type_struct_sigaction" "#include <signal.h>
16 "
17 if test "x$ac_cv_type_struct_sigaction" = xyes; then :