forked from Lainports/freebsd-ports
Change authdaemond_path from /dev/null to
/var/run/authdaemond/socket. Though, authdaemond_path could be set by the sasl2 config file, it should be good to have its default value for ports/security/courier-authlib. PR: ports/95102, ports/122234 Submitted by: Artis Caune <Artis.Caune__at__latnet.lv>
This commit is contained in:
parent
092db60d23
commit
a6defecf2c
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= cyrus-sasl
|
||||
PORTVERSION= 2.1.22
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
||||
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
|
||||
|
|
@ -125,6 +125,8 @@ CONFIGURE_ARGS+=--enable-keep-db-open
|
|||
|
||||
.if defined(WITHOUT_AUTHDAEMOND)
|
||||
CONFIGURE_ARGS+=--with-authdaemond=no
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-authdaemond=/var/run/authdaemond/socket
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_LOGIN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue