diff mbox

Make_global.am: Don't include host headers

Message ID 91631e0597af2d757e8f943c540aaa19cca30b89.1414524094.git.baruch@tkos.co.il
State Accepted
Delegated to: Jozsef Kadlecsik
Headers show

Commit Message

Baruch Siach Oct. 28, 2014, 7:21 p.m. UTC
This is bad for cross compilation.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Make_global.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Jozsef Kadlecsik Nov. 4, 2014, 8:32 p.m. UTC | #1
On Tue, 28 Oct 2014, Baruch Siach wrote:

> This is bad for cross compilation.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Make_global.am | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/Make_global.am b/Make_global.am
> index 7953451aeaa3..5922aeeb4fa8 100644
> --- a/Make_global.am
> +++ b/Make_global.am
> @@ -71,8 +71,7 @@
>  #            curr:rev:age
>  LIBVERSION = 8:0:5
>  
> -AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
> -	-I/usr/local/include
> +AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include
>  
>  AM_CFLAGS = -std=gnu99
>  
> -- 

Patch is applied, thanks.

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Make_global.am b/Make_global.am
index 7953451aeaa3..5922aeeb4fa8 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -71,8 +71,7 @@ 
 #            curr:rev:age
 LIBVERSION = 8:0:5
 
-AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
-	-I/usr/local/include
+AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include
 
 AM_CFLAGS = -std=gnu99