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

Unified Diff: ports/python-static/Setup.local

Issue 165473002: Adds an IPython kernel running in NaCl, and a wrapper as a Chrome extension. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase to master Created 6 years, 7 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 | « ports/ipython-ppapi/pkg_info ('k') | ports/python_modules/ipython/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/python-static/Setup.local
diff --git a/ports/python-static/Setup.local b/ports/python-static/Setup.local
index 6b7a71fb239fa97b8094017d3f4dfbad32ead7b7..5c20eede0bc1ae3366449ec49677679ecd94fcde 100644
--- a/ports/python-static/Setup.local
+++ b/ports/python-static/Setup.local
@@ -12,7 +12,9 @@
# it, depending on your system -- see the GNU readline instructions.
# It's okay for this to be a shared library, too.
-readline readline.c -lreadline -ltermcap
+# NOTE this has been commented out in naclports to ensure no
+# GPL dependencies are used in the python-static build
+#readline readline.c -lreadline -ltermcap
# Modules that should always be present (non UNIX dependent):
« no previous file with comments | « ports/ipython-ppapi/pkg_info ('k') | ports/python_modules/ipython/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698