Re: Failure of gnutls ci build

2020-04-02 Thread Niels Möller
Tim Rühsen writes: > When installed to a custom location, you have to set PKG_CONFIG_PATH > correctly. And the configure.ac code for nettle should be something like > (taken from wget2): > PKG_CHECK_MODULES([NETTLE], nettle, [ > with_libnettle=yes > LIBS="$NETTLE_LIBS $LIBS" >

Re: Failure of gnutls ci build

2020-04-02 Thread Tim Rühsen
On 4/2/20 8:03 AM, Niels Möller wrote: ni...@lysator.liu.se (Niels Möller) writes: Nikos Mavrogiannopoulos writes: We may want to install nettle somewhere separately and instruct gnutls to use it from there rather than the default locations. That seems to be the right solution to the

Re: Failure of gnutls ci build

2020-04-02 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > Nikos Mavrogiannopoulos writes: > >> We may want to install nettle somewhere separately and instruct gnutls >> to use it from there rather than the default locations. > > That seems to be the right solution to the immediate problem. Below patch