pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54628: x11/libXdmcp fails to build on Solaris 11
The following reply was made to PR pkg/54628; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/54628: x11/libXdmcp fails to build on Solaris 11
Date: Fri, 18 Oct 2019 16:38:55 +0100
> 86 | ret = getentropy (auth, len);
> | ^~~~~~~~~~
> Key.c:86:11: warning: nested extern declaration of 'getentropy' [-Wnested-externs]
This says that configure has decided both that you have a getentropy()
function, AND that you don't have a arc4random_buf() function. Is
that really true?
Home |
Main Index |
Thread Index |
Old Index