All of lore.kernel.org
 help / color / mirror / Atom feed
* 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; 4+ 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] 4+ messages in thread

* [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; 4+ 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] 4+ messages in thread

* Re: [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, 0 replies; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2014-12-15 23:54 Jan Engelhardt
2014-12-18 18:53 ` Pablo Neira Ayuso

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.