Re: Please help building bwa on freebsd [nore...@buildd.debian.org: failed kfreebsd-amd64 build of bwa 0.7.12-1]

2015-02-09 Thread Jeff Epler
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

Re: Please help building bwa on freebsd [nore...@buildd.debian.org: failed kfreebsd-amd64 build of bwa 0.7.12-1]

2015-02-09 Thread Andreas Tille
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