diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch b/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch deleted file mode 100644 index 16a4185704..0000000000 --- a/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From 93ae2ed3fc8be0245e35063c4f63626792f4cd0c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Fri, 25 Jan 2019 19:04:13 +0100 | ||
| 4 | Subject: [PATCH] Do not add /usr/lib/termcap to linker flags to avoid host | ||
| 5 | contamination | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [oe-core specific] | ||
| 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 9 | |||
| 10 | --- | ||
| 11 | setup.py | 1 - | ||
| 12 | 1 file changed, 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/setup.py b/setup.py | ||
| 15 | index 15d0d45..37ed244 100644 | ||
| 16 | --- a/setup.py | ||
| 17 | +++ b/setup.py | ||
| 18 | @@ -1109,7 +1109,6 @@ class PyBuildExt(build_ext): | ||
| 19 | 'termcap'): | ||
| 20 | readline_libs.append('termcap') | ||
| 21 | self.add(Extension('readline', ['readline.c'], | ||
| 22 | - library_dirs=['/usr/lib/termcap'], | ||
| 23 | libraries=readline_libs)) | ||
| 24 | else: | ||
| 25 | self.missing.append('readline') | ||
