Skip to content
Snippets Groups Projects
Commit 0b80bc99 authored by Fabrice Fontaine's avatar Fabrice Fontaine
Browse files

libXt: util: don't link makestrs with target cflags


The line:

AM_CFLAGS = $(XT_CFLAGS)

in util/Makefile.am is wrong because it adds target cflags to the
compilation of makestrs, which is built for the build machine, which
leads to build failures when cross-compiling.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/x11r7/xlib_libXt/0001-util-don-t-link-makestrs-with-target-cflags.patch

]
Signed-off-by: default avatarFabrice Fontaine <fontaine.fabrice@gmail.com>
parent 870954db
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment