From: Stephen Hemminger <shemminger@vyatta.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: stephen.hemminger@vyatta.com, netdev@vger.kernel.org
Subject: Re: [PATCH] support static-only systems
Date: Tue, 10 Nov 2009 10:45:51 -0800 [thread overview]
Message-ID: <20091110104551.1aff249d@nehalam> (raw)
In-Reply-To: <1257505762-13819-1-git-send-email-vapier@gentoo.org>
On Fri, 6 Nov 2009 06:09:22 -0500
Mike Frysinger <vapier@gentoo.org> wrote:
> The iptables code supports a "no shared libs" mode where it can be used
> without requiring dlfcn related functionality. This adds similar support
> to iproute2 so that it can easily be used on systems like nommu Linux (but
> obviously with a few limitations -- no dynamic plugins).
>
> Rather than modify every location that uses dlfcn.h, I hooked the dlfcn.h
> header with stub functions when shared library support is disabled. Then
> symbol lookup is done via a local static lookup table (which is generated
> automatically at build time) so that internal symbols can be found.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
Both applied thanks.
--
prev parent reply other threads:[~2009-11-10 18:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-06 11:09 [PATCH] support static-only systems Mike Frysinger
2009-11-10 18:45 ` Stephen Hemminger [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=20091110104551.1aff249d@nehalam \
--to=shemminger@vyatta.com \
--cc=netdev@vger.kernel.org \
--cc=stephen.hemminger@vyatta.com \
--cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).