[Bug 194723] [patch] update for variable time windows when using security/pam_google_authenticator for totp authn

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 14 12:59:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194723

John Marino <marino at FreeBSD.org> changed:

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

--- Comment #10 from John Marino <marino at 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.


More information about the freebsd-ports-bugs mailing list