summaryrefslogtreecommitdiffstats
path: root/package/strace/strace-04-xtensa-sort-values-in-struct_user_offsets.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-06 19:00:54 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-06 22:17:18 +0200
commit78ad429cfbb80095555d7ed6e3663c539045a322 (patch)
tree6f8b91f181fa70e70a9c0cf5c52f13e1d2f86447 /package/strace/strace-04-xtensa-sort-values-in-struct_user_offsets.patch
parent3c11ced46aed9ad42c32397b653e2a4cebd22d2e (diff)
downloadbuildroot-78ad429cfbb80095555d7ed6e3663c539045a322.tar.gz
buildroot-78ad429cfbb80095555d7ed6e3663c539045a322.zip
nodejs: fix build of host-nodejs
In commit 89fae0d05daa8645ae3078746065ebed5c3c049f ("nodejs: Add dependency on zlib"), Paul added a dependency of host-nodejs on host-zlib. When host-zlib is built, the host variant of zlib is installed in $(HOST_DIR)/usr/lib. However, even though -L$(HOST_DIR)/usr/lib is passed to the LDFLAGS of host-nodejs configure script, those LDFLAGS are not re-used at build and install time. This is because nodejs does not use the autotools and its configure script does not "save" the environment variables such as LDFLAGS. This is causing build failures such as: http://autobuild.buildroot.org/results/802/802134ceb92d82d2d4ef6a81c67ad1c98696663a/ due to the fact that the host zlib cannot be found. This commit fixes that by passing $(HOST_CONFIGURE_OPTS) explicitly at both build time and install time of host-nodejs. This approach was already used for the target variant of nodejs. Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/strace/strace-04-xtensa-sort-values-in-struct_user_offsets.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud