diff options
Diffstat (limited to 'package/dovecot/patches')
-rw-r--r-- | package/dovecot/patches/patch-configure | 41 | ||||
-rw-r--r-- | package/dovecot/patches/patch-src_plugins_quota_Makefile_in | 13 |
2 files changed, 54 insertions, 0 deletions
diff --git a/package/dovecot/patches/patch-configure b/package/dovecot/patches/patch-configure new file mode 100644 index 000000000..1db57dc0c --- /dev/null +++ b/package/dovecot/patches/patch-configure @@ -0,0 +1,41 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- dovecot-1.1.7.orig/configure 2008-11-23 23:16:38.000000000 +0100 ++++ dovecot-1.1.7/configure 2008-12-22 14:15:16.000000000 +0100 +@@ -34792,23 +34792,6 @@ if ! $RPCGEN -c /dev/null > /dev/null; t + fi + + +-have_rquota=no +-if test -f /usr/include/rpcsvc/rquota.x && test -n "$RPCGEN"; then +- +-cat >>confdefs.h <<\_ACEOF +-#define HAVE_RQUOTA +-_ACEOF +- +- have_rquota=yes +-fi +- if test "$have_rquota" = "yes"; then +- HAVE_RQUOTA_TRUE= +- HAVE_RQUOTA_FALSE='#' +-else +- HAVE_RQUOTA_TRUE='#' +- HAVE_RQUOTA_FALSE= +-fi +- + + if test "$want_solr" != "no"; then + # Extract the first word of "curl-config", so it can be a program name with args. +@@ -35340,13 +35323,6 @@ echo "$as_me: error: conditional \"BUILD + Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } + fi +-if test -z "${HAVE_RQUOTA_TRUE}" && test -z "${HAVE_RQUOTA_FALSE}"; then +- { { echo "$as_me:$LINENO: error: conditional \"HAVE_RQUOTA\" was never defined. +-Usually this means the macro was only invoked conditionally." >&5 +-echo "$as_me: error: conditional \"HAVE_RQUOTA\" was never defined. +-Usually this means the macro was only invoked conditionally." >&2;} +- { (exit 1); exit 1; }; } +-fi + if test -z "${BUILD_SOLR_TRUE}" && test -z "${BUILD_SOLR_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"BUILD_SOLR\" was never defined. + Usually this means the macro was only invoked conditionally." >&5 diff --git a/package/dovecot/patches/patch-src_plugins_quota_Makefile_in b/package/dovecot/patches/patch-src_plugins_quota_Makefile_in new file mode 100644 index 000000000..c6349ddbd --- /dev/null +++ b/package/dovecot/patches/patch-src_plugins_quota_Makefile_in @@ -0,0 +1,13 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- dovecot-1.1.7.orig/src/plugins/quota/Makefile.in 2008-11-23 23:16:42.000000000 +0100 ++++ dovecot-1.1.7/src/plugins/quota/Makefile.in 2008-12-22 14:17:55.000000000 +0100 +@@ -239,9 +239,6 @@ lib10_quota_plugin_la_LDFLAGS = -module + module_LTLIBRARIES = \ + lib10_quota_plugin.la + +-@HAVE_RQUOTA_TRUE@lib10_quota_plugin_la_LIBADD = \ +-@HAVE_RQUOTA_TRUE@ -lrpcsvc +- + quota_dist_sources = \ + quota.c \ + quota-count.c \ |