Skip to content

Commit

Permalink
Auto merge of #6740 - mbrubeck:bitflags, r=larsbergstrom
Browse files Browse the repository at this point in the history
Upgrade openssl, selectors, and cocoa

This lets Servo use one version of bitflags for all dependencies.

r? @larsbergstrom or @Ms2ger

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6740)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 30, 2015
2 parents 4837dd9 + 63d39a4 commit df722ec
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 50 deletions.
32 changes: 14 additions & 18 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions ports/gonk/.cargo/config
@@ -1,6 +1,3 @@
[target.arm-linux-androideabi]
ar = "arm-linux-androideabi-ar"
linker = "./fake-ld.sh"

[target.arm-linux-androideabi.openssl]
rustc-flags = "-l crypto -l ssl"
25 changes: 10 additions & 15 deletions ports/gonk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/servo/command_base.py
Expand Up @@ -285,7 +285,7 @@ def build_env(self, gonk=False, hosts_file_path=None):
"%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib"
) % {"gonkdir": env["GONKDIR"], "gonkproduct": env["GONK_PRODUCT"]}
env["OPENSSL_LIB_DIR"] = openssl_dir
env['OPENSSL_INCLUDE_DIR'] = path.join(openssl_dir, "include")
env['OPENSSL_INCLUDE_DIR'] = path.join(env["GONKDIR"], "external/openssl/include")

# FIXME: These are set because they are the variable names that
# android-rs-glue expects. However, other submodules have makefiles that
Expand Down

0 comments on commit df722ec

Please sign in to comment.