Index: ports/python-host/build.sh |
diff --git a/ports/python-host/build.sh b/ports/python-host/build.sh |
index 4faa6305a9e5f52eab5955ba00a12f6dbfc9ed5a..23960cbdfe9075de67430f7b5b90b33c213b3621 100644 |
--- a/ports/python-host/build.sh |
+++ b/ports/python-host/build.sh |
@@ -15,7 +15,8 @@ ConfigureStep() { |
export CC="gcc -m32" |
export CXX="g++ -m32" |
export LD="gcc -m32" |
- LogExecute ${SRC_DIR}/configure --prefix=${NACL_HOST_PYROOT} |
+ LogExecute ${SRC_DIR}/configure --prefix=${NACL_HOST_PYROOT} \ |
+ --without-x --without-tk |
} |
BuildStep() { |