All of lore.kernel.org
 help / color / mirror / Atom feed
* Building iptables from source with kernel source
@ 2012-07-30 11:01 Arif Hossain
  2012-07-30 11:58 ` Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Arif Hossain @ 2012-07-30 11:01 UTC (permalink / raw)
  To: netfilter-devel

Hi,

I'm trying to build iptables from git tree.

The extension i've written resides in extensions/libxt_mymatch.c

Now the header is in
<kernel_source>/include/linux/netfilter/xt_mymatch.h

But when i'm trying to build iptables, its not finding xt_mymatch.h.

I've tried these configure options

$./configure --with-ksource=<kernel_source_path>
and
$./configure --with-ksource=<kernel_source_path>/include

But both failed.

On the side not I want to prevent the build process to look up for
declarations in "kernel-devel" that is /usr/src/linux. I want the build
to be dependent only to the kernel_source i'm supplying. (Its because
i'm using a modified kernel source, so i don't want to take any
declaration from distribution's kernel package.


-- 
Cheers

aft
aftnix@gmail.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-30 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-30 11:01 Building iptables from source with kernel source Arif Hossain
2012-07-30 11:58 ` Jan Engelhardt
2012-07-30 12:11   ` Arif Hossain
2012-07-30 12:32     ` Jan Engelhardt

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.