Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: ports/boringssl/pkg_info

Issue 1474893002: Update boringssl port (still disabled due to old cmake on bots) (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/boringssl/nacl.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/boringssl/pkg_info
diff --git a/ports/boringssl/pkg_info b/ports/boringssl/pkg_info
index 1772efe4d44e4519389ca085ed11d7fb4e045746..297247024230abb0febf90c9e495aa67da72d80c 100644
--- a/ports/boringssl/pkg_info
+++ b/ports/boringssl/pkg_info
@@ -1,9 +1,9 @@
NAME=boringssl
VERSION=git
-URL=https://boringssl.googlesource.com/boringssl.git@3b73c18
+URL=https://boringssl.googlesource.com/boringssl.git@e8fe07f
DEPENDS=(glibc-compat)
-DISABLED_LIBC=(newlib)
# Disabled for now as it requires a recent cmake version.
DISABLED=1
CONFLICTS=(openssl)
-DISABLED_TOOLCHAIN=(emscripten)
+# x86 glibc toolchain doesn't support C++11 which is required by boringssl
+DISABLED_TOOLCHAIN=(emscripten glibc/i686 glibc/x86_64)
« no previous file with comments | « ports/boringssl/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698