pkgsrc-Bugs archive

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

Re: pkg/56038: databases/lmdb fails to compile on Solaris 10u7 w/ SunStudio 12u1



The following reply was made to PR pkg/56038; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56038: databases/lmdb fails to compile on Solaris 10u7 w/
 SunStudio 12u1
Date: Fri, 5 Mar 2021 04:33:04 +0000

 On Thu, Mar 04, 2021 at 10:30:00PM +0000, mdehling%gmail.com@localhost wrote:
  > +.if ${OPSYS} == "SunOS" && ${OS_VERSION} != "5.11"
  > +LDFLAGS+=              -lrt
  > +.endif
 
 Since it probably doesn't work on Solaris 9 anyway (and with high
 probability nobody cares) wouldn't it make more sense to do
 
  +.if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.10"
  +LDFLAGS+=              -lrt
  +.endif
 
 ?
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index