gnupg2: Update from 2.2.5 to 2.2.6
[termux-packages] / disabled-packages / dovecot / configure.patch
1 --- ./configure 2017-06-06 19:59:58.000000000 +0530
2 +++ ../configure 2017-06-09 22:41:43.475719606 +0530
3 @@ -4464,8 +4464,8 @@
4 fi
5
6
7 -want_passwd=yes
8 -want_passwd_file=yes
9 +want_passwd=no
10 +want_passwd_file=no
11 want_checkpassword=yes
12 want_prefetch_userdb=yes
13
14 --- ./configure 2017-06-10 10:57:04.390830105 +0530
15 +++ ../configure 2017-06-10 11:14:06.734990847 +0530
16 @@ -26351,12 +26351,6 @@
17
18
19 have_rquota=no
20 -if test -f /usr/include/rpcsvc/rquota.x && test -n "$RPCGEN"; then
21 -
22 -$as_echo "#define HAVE_RQUOTA /**/" >>confdefs.h
23 -
24 - have_rquota=yes
25 -fi
26 if test "$have_rquota" = "yes"; then
27 HAVE_RQUOTA_TRUE=
28 HAVE_RQUOTA_FALSE='#'