Re: [PATCH] ebtables: Use double quotes in #include statements for local headers

2018-06-25 Thread Jan Engelhardt
On Monday 2018-06-25 04:51, Duncan Roe wrote: > >With gcc configured as a cross-compiler, we now have a documented and >reproducable case where the use of angle brackets forces the use of headers in >system locations [...] >To reproduce: if necessary run up a Debian or Ubuntu VM (I used Ubuntu

Re: [PATCH] ebtables: Use double quotes in #include statements for local headers

2018-06-24 Thread Duncan Roe
Hi Pablo, On Mon, Jun 04, 2018 at 10:05:15AM +0200, Pablo Neira Ayuso wrote: > Hi Duncan, > > I would prefer user fixes provides a more detailed report on his > build environment, or either compiler gets fixed. I submitted a fresh patch with more detail - enough this time? > > My concern is that

[PATCH] ebtables: Use double quotes in #include statements for local headers

2018-06-24 Thread Duncan Roe
ebtables carries a private copy of some system headers provided by the kernel-headers package. These were mostly still being included with angle brackets as though they were in the /usr/include tree. Normally-configuerd gcc picks up the local header in these cases. With gcc configured as a