1 From 3f064076c783914cafdff028db303681dae4291d Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Thu, 15 Nov 2012 18:31:53 +0100
4 Subject: [PATCH] libXt: util: don't link makestrs with target cflags
8 AM_CFLAGS = $(XT_CFLAGS)
10 in util/Makefile.am is wrong because it adds target cflags to the
11 compilation of makestrs, which is built for the build machine, which
12 leads to build failures when cross-compiling.
14 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 util/Makefile.am | 1 -
18 2 files changed, 2 deletions(-)
20 diff --git a/util/Makefile.am b/util/Makefile.am
21 index dedfa6b..cc6f3fc 100644
22 --- a/util/Makefile.am
23 +++ b/util/Makefile.am
24 @@ -10,7 +10,6 @@ EXTRA_DIST = \
28 -AM_CFLAGS = $(XT_CFLAGS)
29 makestrs_SOURCES = makestrs.c