diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch')
-rw-r--r-- | meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch b/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch index e04a91605c..30d2906439 100644 --- a/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch +++ b/meta/recipes-devtools/python/python3/0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 863c09f640a5dfd33ff22915b0d5fee7bc5df70a Mon Sep 17 00:00:00 2001 | 1 | From 788cd0464ee2b175493a0167ceee8c0045ce323c Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Sun, 16 Feb 2020 17:50:25 +0100 | 3 | Date: Sun, 16 Feb 2020 17:50:25 +0100 |
4 | Subject: [PATCH] configure.ac, setup.py: do not add a curses include path from | 4 | Subject: [PATCH] configure.ac, setup.py: do not add a curses include path from |
@@ -11,16 +11,17 @@ as dnf failures). | |||
11 | 11 | ||
12 | Upstream-Status: Inappropriate [oe-core specific] | 12 | Upstream-Status: Inappropriate [oe-core specific] |
13 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 13 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
14 | |||
14 | --- | 15 | --- |
15 | configure.ac | 6 ------ | 16 | configure.ac | 6 ------ |
16 | setup.py | 2 -- | 17 | setup.py | 2 -- |
17 | 2 files changed, 8 deletions(-) | 18 | 2 files changed, 8 deletions(-) |
18 | 19 | ||
19 | diff --git a/configure.ac b/configure.ac | 20 | diff --git a/configure.ac b/configure.ac |
20 | index 915f475..c911011 100644 | 21 | index e5e3df8..bfdd987 100644 |
21 | --- a/configure.ac | 22 | --- a/configure.ac |
22 | +++ b/configure.ac | 23 | +++ b/configure.ac |
23 | @@ -4828,12 +4828,6 @@ then | 24 | @@ -5092,12 +5092,6 @@ then |
24 | [Define if you have struct stat.st_mtimensec]) | 25 | [Define if you have struct stat.st_mtimensec]) |
25 | fi | 26 | fi |
26 | 27 | ||
@@ -34,10 +35,10 @@ index 915f475..c911011 100644 | |||
34 | 35 | ||
35 | # On Solaris, term.h requires curses.h | 36 | # On Solaris, term.h requires curses.h |
36 | diff --git a/setup.py b/setup.py | 37 | diff --git a/setup.py b/setup.py |
37 | index b0f1541..7208cd0 100644 | 38 | index 62f0e18..c190002 100644 |
38 | --- a/setup.py | 39 | --- a/setup.py |
39 | +++ b/setup.py | 40 | +++ b/setup.py |
40 | @@ -973,8 +973,6 @@ class PyBuildExt(build_ext): | 41 | @@ -1169,8 +1169,6 @@ class PyBuildExt(build_ext): |
41 | panel_library = 'panel' | 42 | panel_library = 'panel' |
42 | if curses_library == 'ncursesw': | 43 | if curses_library == 'ncursesw': |
43 | curses_defines.append(('HAVE_NCURSESW', '1')) | 44 | curses_defines.append(('HAVE_NCURSESW', '1')) |