pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/56226: lz4 build issues on Solaris 10
The following reply was made to PR pkg/56226; it has been noted by GNATS.
From: =?utf-8?q?Claes_N=C3=A4st=C3=A9n?= <pekdon%gmail.com@localhost>
To: gnats-bugs <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: pkg/56226: lz4 build issues on Solaris 10
Date: Wed, 02 Jun 2021 08:29:03 +0200
Excerpts from nia's message of 2021-06-01 14:15:02 +0000:
> The following reply was made to PR pkg/56226; it has been noted by GNATS.
>
> From: nia <nia%NetBSD.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/56226: lz4 build issues on Solaris 10
> Date: Tue, 1 Jun 2021 14:14:38 +0000
>
> On Tue, Jun 01, 2021 at 08:55:00AM +0000, pekdon%gmail.com@localhost wrote:
> > lz4 fails to build on Solaris 10 due to missing -lrt as nanosleep is used.
>
> Can you adjust the pkgsrc Makefile instead of patching it?
>
You are absolutely right and thanks for pointing that out.
>
> The package looks like it honors LDFLAGS so it should be a simple
> case of adding:
>
> LDFLAGS.SunOS+= -lrt
>
Compiled just fine with that on my Sparc Solaris 10 machine.
Home |
Main Index |
Thread Index |
Old Index