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-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
* libnftnl 0.3: build fixes
@ 2014-06-27 16:13 Jan Engelhardt
  2014-06-27 16:13 ` [PATCH] build: resolve build failure on systems with old glibc-linux headers Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2014-06-27 16:13 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit 041c85f7b62529a60d1b61f959bd95b049d2e7f5:

  bump version to 1.0.2 (2014-06-25 16:42:47 +0200)

are available in the git repository at:

  git://git.inai.de/libnftnl HEAD

for you to fetch changes up to c228843f6bc13179dfec43a4a135f9283a1a151e:

  build: resolve build failure on systems with old glibc-linux headers (2014-06-27 18:10:56 +0200)

----------------------------------------------------------------
Jan Engelhardt (1):
      build: resolve build failure on systems with old glibc-linux headers

 include/linux/netfilter/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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