netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] build: resolve build failure on systems with old glibc-linux headers
  2014-06-27 16:13 libnftnl 0.3: build fixes Jan Engelhardt
@ 2014-06-27 16:13 ` Jan Engelhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2014-06-27 16:13 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

This fails to build on a SUSE Linux Enterprise 11 system where the
linux-glibc-devel headers (/usr/include/linux) are of version 2.6.32.

The reason for that is that x_tables.h is only present in the git
repository, but not the tarball as produced by `make dist`. Add the
missing file to the file list.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 include/linux/netfilter/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
index a349b91..dc09d97 100644
--- a/include/linux/netfilter/Makefile.am
+++ b/include/linux/netfilter/Makefile.am
@@ -1 +1 @@
-noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h xt_LOG.h
+noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h x_tables.h xt_LOG.h
-- 
2.0.0


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

* [PATCH] build: resolve build failure on systems with old glibc-linux headers
@ 2014-12-15 23:54 Jan Engelhardt
  2014-12-18 18:53 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2014-12-15 23:54 UTC (permalink / raw)
  To: pablo; +Cc: jengelh, netfilter-devel

This fails to build on a SUSE Linux Enterprise 11 system where the
linux-glibc-devel headers (/usr/include/linux) are of version 2.6.32.

The reason for that is that x_tables.h is only present in the git
repository, but not the tarball as produced by `make dist`. Add the
missing file to the file list.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 include/linux/netfilter/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
index a349b91..dc09d97 100644
--- a/include/linux/netfilter/Makefile.am
+++ b/include/linux/netfilter/Makefile.am
@@ -1 +1 @@
-noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h xt_LOG.h
+noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h x_tables.h xt_LOG.h
-- 
2.1.2


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

* Re: [PATCH] build: resolve build failure on systems with old glibc-linux headers
  2014-12-15 23:54 [PATCH] build: resolve build failure on systems with old glibc-linux headers Jan Engelhardt
@ 2014-12-18 18:53 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2014-12-18 18:53 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On Tue, Dec 16, 2014 at 12:54:47AM +0100, Jan Engelhardt wrote:
> This fails to build on a SUSE Linux Enterprise 11 system where the
> linux-glibc-devel headers (/usr/include/linux) are of version 2.6.32.
> 
> The reason for that is that x_tables.h is only present in the git
> repository, but not the tarball as produced by `make dist`. Add the
> missing file to the file list.

This doesn't apply neither to libnftnl nor to nftables (the PATCH tag
doesn't specify).

Please test that your patches before submitting, thank you.

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

end of thread, other threads:[~2014-12-18 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15 23:54 [PATCH] build: resolve build failure on systems with old glibc-linux headers Jan Engelhardt
2014-12-18 18:53 ` Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2014-06-27 16:13 libnftnl 0.3: build fixes Jan Engelhardt
2014-06-27 16:13 ` [PATCH] build: resolve build failure on systems with old glibc-linux headers Jan Engelhardt

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).