diff options
Diffstat (limited to 'package/python/python-009-no-termcap-host-path.patch')
-rw-r--r-- | package/python/python-009-no-termcap-host-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/python-009-no-termcap-host-path.patch b/package/python/python-009-no-termcap-host-path.patch index fadc7b3238..781e17952f 100644 --- a/package/python/python-009-no-termcap-host-path.patch +++ b/package/python/python-009-no-termcap-host-path.patch @@ -7,7 +7,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -762,12 +762,9 @@ +@@ -764,12 +764,9 @@ pass # Issue 7384: Already linked against curses or tinfo. elif curses_library: readline_libs.append(curses_library) |