All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] arptables: disable dlfcn.h include
Date: Mon, 10 Nov 2014 18:41:28 +0100	[thread overview]
Message-ID: <20141110174128.GA30063@salvia> (raw)
In-Reply-To: <1415452779-11721-1-git-send-email-gustavo@zacarias.com.ar>

On Sat, Nov 08, 2014 at 10:19:39AM -0300, Gustavo Zacarias wrote:
> The relevant code is disabled in libarptc_incl.c so it's not required
> and breaks the ability to build it in a pure-static toolchain.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  arptables.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arptables.c b/arptables.c
> index 64ac3aa..fe270bc 100644
> --- a/arptables.c
> +++ b/arptables.c
> @@ -35,7 +35,9 @@
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <inttypes.h>
> +#if 0
>  #include <dlfcn.h>
> +#endif

Then please, remove it. Thanks.

      reply	other threads:[~2014-11-10 17:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-08 13:19 [PATCH] arptables: disable dlfcn.h include Gustavo Zacarias
2014-11-10 17:41 ` Pablo Neira Ayuso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141110174128.GA30063@salvia \
    --to=pablo@netfilter.org \
    --cc=gustavo@zacarias.com.ar \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.