Skip to content
This repository was archived by the owner on Jul 3, 2018. It is now read-only.
This repository was archived by the owner on Jul 3, 2018. It is now read-only.

determine correct way to express libxul dependency on SpiderNode on Linux #133

@mykmelez

Description

@mykmelez

toolkit/library/moz.build says:

# Force libxul to depend on the SpiderNode libs.  This shouldn't be here,
# but I haven't been able to figure out how to get it to happen on Linux
# without this hack.  Ugh.
# TODO: figure out the right way do this.
USE_LIBS += [
    'static:/positron/app/spidernode/.libs/cares',
    'static:/positron/app/spidernode/.libs/http_parser',
    'static:/positron/app/spidernode/.libs/node',
    'static:/positron/app/spidernode/.libs/openssl',
    'static:/positron/app/spidernode/.libs/spidershim',
    'static:/positron/app/spidernode/.libs/uv',
    'static:/positron/app/spidernode/.libs/zlib',
]

So we should do what it says.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions