pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mktime() problem when building print/a2ps



    Date:        Fri, 14 Oct 2022 17:36:44 +0200
    From:        Martin Husemann <martin%duskware.de@localhost>
    Message-ID:  <20221014153644.GA22166%mail.duskware.de@localhost>

  | It is totally trivial:
  |
  | #ifndef HAVE_ALARM
  | # define alarm(X) /* empty */
  | #endif 
  |
  | and guess what is not defined?

Hmm, I wonder why that is?   It is defined for me
(but I was building using a 9.99.97 userland, if that
happens to make a difference, running with a 9.99.100
kernel).

I don't see anything in a2ps's configure script where it
attempts to determine that setting.

kre



Home | Main Index | Thread Index | Old Index