Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: don't link against liblog on host system #7762

Merged
merged 1 commit into from
Aug 1, 2016

Conversation

bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented Jul 16, 2016

Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: #7731 (note to self: link in commit log is wrong, fix before landing)
CI: https://ci.nodejs.org/job/node-test-pull-request/3315/

@bnoordhuis bnoordhuis added build Issues and PRs related to build files or the CI. lts-watch-v4.x labels Jul 16, 2016
@addaleax
Copy link
Member

LGTM

Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: nodejs#7731
PR-URL: nodejs#7762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@bnoordhuis bnoordhuis closed this Aug 1, 2016
@bnoordhuis bnoordhuis deleted the fix7711 branch August 1, 2016 14:24
@bnoordhuis bnoordhuis merged commit 6945aa7 into nodejs:master Aug 1, 2016
@cjihrig cjihrig mentioned this pull request Aug 8, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: #7731
PR-URL: #7762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@cjihrig cjihrig mentioned this pull request Aug 11, 2016
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: #7731
PR-URL: #7762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: #7731
PR-URL: #7762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Don't link binaries that run on the host system against liblog, it
breaks cross-compiling for android.

Fixes: #7731
PR-URL: #7762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failure trying to compile for arm64+android
3 participants