Re: [PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-07 Thread David Miller
From: Markos Chandras Date: Fri, 7 Mar 2014 09:18:28 + > On 03/06/2014 05:54 PM, David Miller wrote: >> From: Markos Chandras >> Date: Thu, 6 Mar 2014 09:15:54 + >> >>> Fixes the following build problem with binutils-2.24 >>> >>> gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c >>

Re: [PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-07 Thread Markos Chandras
On 03/06/2014 05:54 PM, David Miller wrote: From: Markos Chandras Date: Thu, 6 Mar 2014 09:15:54 + Fixes the following build problem with binutils-2.24 gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c In file included from bpf_jit_disasm.c:25:0: /usr/include/bfd.h:35:2: error: #err

Re: [PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-06 Thread David Miller
From: Markos Chandras Date: Thu, 6 Mar 2014 09:15:54 + > Fixes the following build problem with binutils-2.24 > > gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c > In file included from bpf_jit_disasm.c:25:0: > /usr/include/bfd.h:35:2: error: #error config.h must be included > before

Re: [PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-06 Thread Daniel Borkmann
On 03/06/2014 10:15 AM, Markos Chandras wrote: Fixes the following build problem with binutils-2.24 gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c In file included from bpf_jit_disasm.c:25:0: /usr/include/bfd.h:35:2: error: #error config.h must be included before this header #error co

[PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-06 Thread Markos Chandras
Fixes the following build problem with binutils-2.24 gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c In file included from bpf_jit_disasm.c:25:0: /usr/include/bfd.h:35:2: error: #error config.h must be included before this header #error config.h must be included before this header This i