remove a patche committed upstream add a patch (committed upstream) to fix a use-after-free ok jca@ on a similar diff
23 lines
669 B
Plaintext
23 lines
669 B
Plaintext
$OpenBSD: patch-libs_maildrop_configure,v 1.2 2015/04/28 07:24:43 giovanni Exp $
|
|
--- libs/maildrop/configure.orig Sun Dec 14 05:13:41 2014
|
|
+++ libs/maildrop/configure Thu Apr 23 23:23:38 2015
|
|
@@ -17845,16 +17845,12 @@ fi
|
|
$as_echo "$maildrop_cv_SYS_INSTALL_RESET_GID" >&6; }
|
|
|
|
# Check whether --with-default-maildrop was given.
|
|
-if test "${with_default_maildrop+set}" = set; then :
|
|
+if false; then :
|
|
withval=$with_default_maildrop; maildrop_cv_SYS_INSTALL_MBOXDIR="$withval"
|
|
else
|
|
# Courier defaults to ./Maildir
|
|
|
|
- if test -d $srcdir/../../courier
|
|
- then
|
|
- maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
- fi
|
|
-
|
|
+ maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
fi
|
|
|
|
|