From: Jan Engelhardt <jengelh@inai.de>
To: pablo@netfilter.org
Cc: jengelh@inai.de, netfilter-devel@vger.kernel.org
Subject: [PATCH] build: resolve build failure on systems with old glibc-linux headers
Date: Tue, 16 Dec 2014 00:54:47 +0100 [thread overview]
Message-ID: <1418687687-9124-1-git-send-email-jengelh@inai.de> (raw)
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
next reply other threads:[~2014-12-15 23:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 23:54 Jan Engelhardt [this message]
2014-12-18 18:53 ` [PATCH] build: resolve build failure on systems with old glibc-linux headers 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
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=1418687687-9124-1-git-send-email-jengelh@inai.de \
--to=jengelh@inai.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 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).