diff options
author | Thomas Petazzoni | 2010-12-21 14:14:53 +0100 |
---|---|---|
committer | Peter Korsgaard | 2010-12-21 14:20:17 +0100 |
commit | eb56385b24b590b22951b4499bf3bad4a563433c (patch) | |
tree | 2b8a62c5422dfc71e6d4a75a8c787f516f570995 /CHANGES | |
parent | toolchain: fix multilib symlink for external toolchains (diff) | |
download | buildroot-eb56385b24b590b22951b4499bf3bad4a563433c.tar.gz buildroot-eb56385b24b590b22951b4499bf3bad4a563433c.tar.xz buildroot-eb56385b24b590b22951b4499bf3bad4a563433c.zip |
xlib_libX11: compile makekeys for the host correctly
As reported by Miroslav Ignjatovic in bug #2983, our hack in
xlib_libX11 to build makekeys for the host does not work, for several
reasons:
* As we are building a tool for the host, we shouldn't pass
-I$(STAGING_DIR)/usr/include, since the $(STAGING_DIR) contains
headers of packages for the target.
* Instead, we should use the headers in $(HOST_DIR)/usr/include. They
were not used due to a typo: $(HOST_CFLAGS) must be used instead of
$(HOSTCFLAGS).
* Finally, in order for makekeys to find the required headers in
$(HOST_DIR)/usr/include, we must depend on host-xproto_xproto.
This fixes bug #2983.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,8 +8,8 @@ hostapd, i2c-tools, input-tools, libaio, libconfig, libtheora, lsof, ltp-testsuite, lvm2, m4, memtester, mii-diag, mplayer, mrouted, netplug, openssh, openssl, openvpn, pango, qt, rsync, - sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils, xz, - zlib + sdl_gfx, sdl_sound, sysklogd, sysvinit, udev, usbutils, + xlib_libX11, xz, zlib New packages: dhrystone, fbgrab, lsuio, rsh-redone, whetstone, xl2tp @@ -23,6 +23,7 @@ #1651: Build fail caused by ccache in module-init-tools #1735: [PATCH] mplayer: convert to autotools infrastructure #2905: Qt: Speed up compilation, if gui-module isn't selected + #2983: xlib_libX11 build failed 2010.11, Released November 30th, 2010: |