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

Unified Diff: ports/curl/build.sh

Issue 1071783003: Add root certificate bundle to curl package, and improve git default setup. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: fix Created 5 years, 8 months 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 | « no previous file | ports/devenv/bashrc » ('j') | ports/devenv/bashrc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/curl/build.sh
diff --git a/ports/curl/build.sh b/ports/curl/build.sh
index 286a611abbed7b237c30ce5b3ca34a61415aa0b3..217835170fa192fdcdb0935008dc32ab0843a6a7 100644
--- a/ports/curl/build.sh
+++ b/ports/curl/build.sh
@@ -67,6 +67,7 @@ PublishStep() {
fi
pushd ${PUBLISH_DIR}
+ ${SRC_DIR}/lib/mk-ca-bundle.pl
LogExecute python ${NACL_SDK_ROOT}/tools/create_nmf.py \
${PUBLISH_DIR}/curl_ppapi*${NACL_EXEEXT} \
-L${DESTDIR_LIB} \
« no previous file with comments | « no previous file | ports/devenv/bashrc » ('j') | ports/devenv/bashrc » ('J')

Powered by Google App Engine
This is Rietveld 408576698