Multilib issue with c-ares

2013-08-26 Thread Markus Rothe
Hello, I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. The following minimal code demonstrates the problem: % cat this.c #include ares.h int main() { return 0; } %

Re: Multilib issue with c-ares

2013-08-26 Thread Gregor Jasny
Hello On 8/26/13 4:43 PM, Markus Rothe mar...@unixforces.net wrote: I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. In Debian I just installed the ares_build.h header into the arch-specific include

Re: Multilib issue with c-ares

2013-08-26 Thread Jakub Hrozek
On Mon, Aug 26, 2013 at 04:28:54PM +, Gregor Jasny wrote: Hello On 8/26/13 4:43 PM, Markus Rothe mar...@unixforces.net wrote: I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. Hi, I

Re: Multilib issue with c-ares

2013-08-26 Thread Daniel Stenberg
On Mon, 26 Aug 2013, Jakub Hrozek wrote: I have a problem using c-ares in a multilib environment, for which I found a patch in Fedora that does not seem to have found its way upstream. I actually sent the patch upstream: http://c-ares.haxx.se/mail/c-ares-archive-2010-06/0009.shtml After