summaryrefslogtreecommitdiffstats
path: root/package/ruby
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-25 11:33:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-07-06 10:32:35 +0200
commitff15966c2ecc9258232ac49edf31c7f904eaf225 (patch)
tree6605dde8a650a935aa6343bcda1c4868d700234d /package/ruby
parentdef6e3fd144a677d0b666a97ebc31a8be21b8ebd (diff)
downloadbuildroot-novena-ff15966c2ecc9258232ac49edf31c7f904eaf225.tar.gz
buildroot-novena-ff15966c2ecc9258232ac49edf31c7f904eaf225.zip
xlib_libXt: fix build issues
The .mk file was hacking the CC_FOR_BUILD value so that $(STAGING_DIR)/usr/include is added to the include path. This is not correct since $(STAGING_DIR) contains target stuff, not host stuff. The correct fix is to add a dependency on host-xproto_xproto, which will install the needed headers in $(HOST_DIR)/usr/include. In addition to that, a patch is added to make xlib_libXt build system behave properly in the cross-compilation case, where the makestrs tool needs to be built on the host as part of the compilation process. This was working before because of our quirky TARGET_CONFIGURE_OPTS, but those are going to be fixed in a future commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ruby')
0 files changed, 0 insertions, 0 deletions