On Debian kFreeBSD, uname -s says GNU/kFreeBSD.
so perhaps you want a second stanza in the Makefile
ifeq ($(shell uname -s),GNU/kFreeBSD)
LIBS += -lrt
endif
Jeff
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contac
Hi Jeff,
the Makefile just has:
ifeq ($(shell uname -s),Linux)
LIBS += -lrt
endif
Could you propose a test that includes BSD reliably?
Kind regards
Andreas.
On Fri, Feb 06, 2015 at 08:28:07AM -0600, Jeff Epler wrote:
> The solution may simply be to link with -lrt.
>
> $ c
2 matches
Mail list logo