[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnunet-0.10.0 recipe
From: |
Sree Harsha Totakura |
Subject: |
Re: Gnunet-0.10.0 recipe |
Date: |
Fri, 31 Jan 2014 00:33:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Here's the new patch with Andreas' changes and Openssl included as a
dependency.
Sree
On 01/30/2014 11:56 PM, Sree Harsha Totakura wrote:
> Yes, this looks better, perhaps Ludo can replace the relevant part with
> this.
>
>> > (where the 'set-path-for-check phase will be made obsolete by the recent
>> > gnunet modification I suggested in its bug tracker).
> Yes, this will be made obsolete.
>
>> >
>> > We have slightly different inputs; what is opus needed for? Apart from
>> > that,
> We now have a new voice-chat service called conversation. Opus is the
> audio codec it requires, hence the new dependency.
>
>> > I have additional inputs:
>> > ("libmicrohttpd" ,libmicrohttpd)
>> > ("openssl" ,openssl) ; needed for some tests creating TLS
>> > certificates
>> >
>> > Maybe openssl is a remainder from an earlier gnunet version and not needed/
>> > used anymore?
> The README mentions openssl as a requirement; I forgot to add it.
> Perhaps the build didn't build relevant parts or testcases.
>
> I shall try adding the openssl dependency and see how it goes.