| 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):
|
|
|
|
|