diff options
Diffstat (limited to 'meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch')
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch b/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch index 9e5cfd8f55..872a67c784 100644 --- a/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch +++ b/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 6a2984718d7c47612b07be46d663e7b5e5b7c57d Mon Sep 17 00:00:00 2001 | 1 | From a82d704b1ec6ece47b01d12e0e067d4b62b10894 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Wed, 9 Nov 2022 20:24:45 +0100 | 3 | Date: Wed, 9 Nov 2022 20:24:45 +0100 |
| 4 | Subject: [PATCH] m4/ax_python.m4: check for python-x.y-emded.pc, not | 4 | Subject: [PATCH] m4/ax_python.m4: check for python-x.y-emded.pc, not |
| @@ -7,7 +7,9 @@ Subject: [PATCH] m4/ax_python.m4: check for python-x.y-emded.pc, not | |||
| 7 | Only the embed version includes necessary linker flags to link | 7 | Only the embed version includes necessary linker flags to link |
| 8 | with libpython. | 8 | with libpython. |
| 9 | 9 | ||
| 10 | Upstream-Status: Submitted [https://github.com/FRRouting/frr/pull/12298] | 10 | Upstream-Status: Backport |
| 11 | [https://github.com/FRRouting/frr/commit/a82d704b1ec6ece47b01d12e0e067d4b62b10894] | ||
| 12 | |||
| 11 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | 13 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> |
| 12 | --- | 14 | --- |
| 13 | m4/ax_python.m4 | 2 +- | 15 | m4/ax_python.m4 | 2 +- |
| @@ -26,3 +28,6 @@ index 91d12b99b..f5e603b96 100644 | |||
| 26 | pkg="${pkg%-}" | 28 | pkg="${pkg%-}" |
| 27 | _PKG_CONFIG([PYTHON_CFLAGS], [cflags], [${pkg}]) | 29 | _PKG_CONFIG([PYTHON_CFLAGS], [cflags], [${pkg}]) |
| 28 | _PKG_CONFIG([PYTHON_LIBS], [libs], [${pkg}]) | 30 | _PKG_CONFIG([PYTHON_LIBS], [libs], [${pkg}]) |
| 31 | -- | ||
| 32 | 2.25.1 | ||
| 33 | |||
