[PATCH] Add extra headers to linux-libc-dev

Ben Collins ben.collins at ubuntu.com
Mon Nov 12 17:46:34 UTC 2007


On Mon, 2007-11-12 at 12:24 +0100, Soren Hansen wrote:
> Added
> include/linux/netfilter_ipv6/ip6t_mh.h
> include/linux/netfilter/xt_quota.h
> to linux-libc-dev to fix iptables build of those two extensions.
> 
> Signed-off-by: Soren Hansen <soren at ubuntu.com>

The question here is, are these headers needed for libc, or for some
other application?

This package is only meant to support the bare minimum that libc headers
require in order to export a standard C environment. It's not meant to
include headers that random programs require for specialized
compilations.

> diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
> index f2eaea2..da188ec 100644
> --- a/include/linux/netfilter/Kbuild
> +++ b/include/linux/netfilter/Kbuild
> @@ -25,6 +25,7 @@ header-y += xt_NFQUEUE.h
>  header-y += xt_NFLOG.h
>  header-y += xt_pkttype.h
>  header-y += xt_policy.h
> +header-y += xt_quota.h
>  header-y += xt_realm.h
>  header-y += xt_sctp.h
>  header-y += xt_state.h
> diff --git a/include/linux/netfilter_ipv6/Kbuild b/include/linux/netfilter_ipv6/Kbuild
> index 9dd978d..6286c99 100644
> --- a/include/linux/netfilter_ipv6/Kbuild
> +++ b/include/linux/netfilter_ipv6/Kbuild
> @@ -11,6 +11,7 @@ header-y += ip6t_length.h
>  header-y += ip6t_limit.h
>  header-y += ip6t_mac.h
>  header-y += ip6t_mark.h
> +header-y += ip6t_mh.h
>  header-y += ip6t_multiport.h
>  header-y += ip6t_opts.h
>  header-y += ip6t_owner.h
> -- 
> 1.5.3.5
> 
> 
-- 
Ubuntu   : http://www.ubuntu.com/
Linux1394: http://wiki.linux1394.org/
SwissDisk: http://www.swissdisk.com/





More information about the kernel-team mailing list