From: Daniel Wagner <daniel.wagner@bmw-carit.de>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH] iptables: Link libext_arpt to static build
Date: Thu, 26 Nov 2015 07:42:26 +0100 [thread overview]
Message-ID: <5656A9D2.3080502@bmw-carit.de> (raw)
In-Reply-To: <20151125194541.GA12517@salvia>
On 11/25/2015 08:45 PM, Pablo Neira Ayuso wrote:
> On Mon, Nov 23, 2015 at 11:18:47AM +0100, Daniel Wagner wrote:
>> The libext_arpt is not included when linking the static version of
>> iptables.
>>
>> Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
>> ---
>> Hi,
>>
>> I had some troubles getting a static version of iptables. Not sure
>> if I fixed it correctly. Anyway I am able to proceed with testing.
>
> Could you tell me what options you're using to compile iptables so I
> can try to reproduce it?
Yes, sure. I am using this simple toy script to build:
declare -a arr=("libmnl" "libnl" "libnftnl" "libnfnetlink"
"libnetfilter" "libnetfilter_acct" "libnetfilter_conntrack"
"libnetfilter_cthelper" "libnetfilter_cttimeout" "libnetfilter_queue"
"iptables")
NFPATH=/home/wagi/connman/netfilter
export PKG_CONFIG_PATH=$NFPATH/lib/pkgconfig
export LD_LIBRARY_PATH=$NFPATH/lib
## now loop through the above array
for i in "${arr[@]}"
do
echo "$i"
(
cd $i
./configure --prefix=$NFPATH --enable-static
make -j20
make install
)
done
next prev parent reply other threads:[~2015-11-26 6:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 10:18 [PATCH] iptables: Link libext_arpt to static build Daniel Wagner
2015-11-25 19:45 ` Pablo Neira Ayuso
2015-11-26 6:42 ` Daniel Wagner [this message]
2015-12-09 12:53 ` Pablo Neira Ayuso
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=5656A9D2.3080502@bmw-carit.de \
--to=daniel.wagner@bmw-carit.de \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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.