[Python-checkins] cpython: Issue #15037: Use correct path to system terminfo database.

ned.deily python-checkins at python.org
Fri Aug 24 09:44:55 CEST 2012


http://hg.python.org/cpython/rev/e587426d719f
changeset:   78721:e587426d719f
user:        Ned Deily <nad at acm.org>
date:        Fri Aug 24 00:44:01 2012 -0700
summary:
  Issue #15037: Use correct path to system terminfo database.

files:
  Mac/BuildScript/build-installer.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -215,8 +215,6 @@
                   "--with-shared",
                   "--without-debug",
                   "--without-normal",
-                  "--without-termlib",
-                  "--without-ticlib",
                   "--without-tests",
                   "--without-manpages",
                   "--datadir=/usr/share",

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list