Re: Introducing CurveDNS a DNSCurve forwarding name server
Harm van Tilborg <[email protected]> Mon, 25 Oct 2010 02:06:35 +0200
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
Hi Alejandro, Yep, that's probably the easiest way to achieve this. I'm sorry, my last message was sent too early in the morning to be totally correct ;]. We already arranged something to easily fix this: check the header of the Makefile template (Makefile.in): # If you have libev at a non-standard place, specify that here: #EV= #EVCFLAGS=-I$(EV)/include #EVLDFLAGS=-L$(EV)/lib So, this would work: # If you have libev at a non-standard place, specify that here: #EV= EVCFLAGS=-I/usr/include/libev #EVLDFLAGS=-L$(EV)/lib (Don't know whether the library itself is also in /usr/lib/libev, which would imply EVLDFLAGS should be altered too.) -- Kind regards, Harm van Tilborg On 24-10-2010 12:51, Alejandro Mery wrote: > El 24/10/10 04:45, Harm van Tilborg wrote: >> Hi Maciej, >> >> Thanks for the response. >> >> Ouch, that's quite a non-standard path. Anyone that has some ideas to >> deal with this? > > I suppose the right solution is to pass -I/usr/include/libev in an > optional $(LIBEV_CFLAGS) and leave the C code in peace. > > Regards, > Alejandro Mery > >