FreeBSD capsicum / timezones

Ed Maste emaste at freebsd.org
Tue May 24 23:36:45 AEST 2022


On Mon, 23 May 2022 at 13:29, Bryan Drewery <bdrewery at freebsd.org> wrote:
>
> > +AC_MSG_CHECKING([for caph_cache_tzdata])
> > +AC_LINK_IFELSE(
> > +    [AC_LANG_PROGRAM([[ #include <capsicum_helpers.h> ]],
> > +     [[caph_cache_tzdata();]])],
> > +    [ AC_MSG_RESULT([yes]) ],
> > +    [ AC_MSG_RESULT([no]) ]
> > +)
> > +
>
> I think something is missing here. There is no HAVE_CAPH_CACHE_TZDATA in
> config.h.in.

Indeed, it works for me locally if I add
"AC_DEFINE([HAVE_CAPH_CACHE_TZDATA], ..." to the "yes" case.


More information about the openssh-unix-dev mailing list