Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 12:59:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194723] [patch] update for variable time windows when using security/pam_google_authenticator for totp authn
Message-ID:  <bug-194723-13-Y6M3tMmXOh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194723-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194723-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194723

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #10 from John Marino <marino@FreeBSD.org> ---
I think you can replace

+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSTEPSIZE}
+CFLAGS+=    -DSTEPSIZE
+.endif


with:

STEPSIZE_CFLAGS= -DSTEPSIZE

You might want to verify and resubmit.

FYI, this PR will receive a maintainer timeout very soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194723-13-Y6M3tMmXOh>