python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / x11r7 / xlib_libXt / 0001-util-don-t-link-makestrs-with-target-cflags.patch
blobccc684fc73bbcccf8a11c59e064230ced0473446
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
6 The line:
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>
15 ---
16 util/Makefile.am | 1 -
17 util/makestrs.c | 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 = \
25 StrDefs.ht \
26 string.list
28 -AM_CFLAGS = $(XT_CFLAGS)
29 makestrs_SOURCES = makestrs.c
32 --
33 1.7.9.5