diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-18 02:40:08 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-18 02:40:08 +0000 |
commit | 5f1be96282fe4931436c5f1501818b398fbcc074 (patch) | |
tree | 54cedf636b6063dcd628182aad976b13569df5d4 /mail/courier-imap | |
parent | bb0bfb1a2d9a7caa4237a6beadbcbfa34b180fba (diff) | |
download | pkgsrc-5f1be96282fe4931436c5f1501818b398fbcc074.tar.gz |
courier-imap: cannot be built in unprivileged mode
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 44726f0a433..37f9328f03f 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2020/05/21 13:31:59 mef Exp $ +# $NetBSD: Makefile,v 1.88 2020/08/18 02:40:08 tnn Exp $ DISTNAME= courier-imap-4.10.0 PKGREVISION= 8 @@ -80,6 +80,9 @@ SUBST_SED.courier+= -e "s|@sbindir@/pop3login|@libexecdir@/courierpop3login|g" SUBST_SED.courier+= -e "s|@bindir@/pop3d|@libexecdir@/courierpop3d|g" SUBST_STAGE.courier= pre-configure +# configure: Cannot obtain information for user courier: Undefined error: 0 +NOT_FOR_UNPRIVILEGED= yes + .include "../../security/courier-authlib/buildlink3.mk" post-install: |