All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: Justin Swartz <justin.swartz@risingedge.co.za>
Cc: netfilter-devel@vger.kernel.org, rkolchmeyer@google.com,
	pablo@netfilter.org
Subject: Re: [PATCH resend] ebtables: extend the 'static' build target fix.
Date: Thu, 28 Jul 2022 10:13:03 +0200	[thread overview]
Message-ID: <YuJFD5/1y1rhhyCZ@strlen.de> (raw)
In-Reply-To: <42ed3ff1408e811918f138e1f1aefec1@risingedge.co.za>

Justin Swartz <justin.swartz@risingedge.co.za> wrote:
> Assign "-all-static" (instead of "-static") to "static_LDFLAGS" in
> Makefile.am, as libtool will only produce a static binary if it is
> explicitly told that all of the linked libraries should be static.

Before libtool conversion "make static" did not create a static binary
either.  It builds a version of ebtables that has libebtables.so 
baked in.

So, as far as I can see, "make static" does the same thing it
did prio to automake/libtool conversion, place all the extensions
and libebtables in the "static" binary, but link libc.so dynamically.


  reply	other threads:[~2022-07-28  8:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-25  8:14 [PATCH] ebtables: extend the 'static' build target fix Justin Swartz
2022-07-03  9:52 ` [PATCH resend] " Justin Swartz
2022-07-28  8:13   ` Florian Westphal [this message]
2022-07-28  8:56     ` Justin Swartz
2022-07-28 10:37       ` Florian Westphal

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=YuJFD5/1y1rhhyCZ@strlen.de \
    --to=fw@strlen.de \
    --cc=justin.swartz@risingedge.co.za \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=rkolchmeyer@google.com \
    /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.