summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch
diff options
context:
space:
mode:
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.patch9
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 @@
1From 6a2984718d7c47612b07be46d663e7b5e5b7c57d Mon Sep 17 00:00:00 2001 1From a82d704b1ec6ece47b01d12e0e067d4b62b10894 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de> 2From: Alexander Kanavin <alex@linutronix.de>
3Date: Wed, 9 Nov 2022 20:24:45 +0100 3Date: Wed, 9 Nov 2022 20:24:45 +0100
4Subject: [PATCH] m4/ax_python.m4: check for python-x.y-emded.pc, not 4Subject: [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
7Only the embed version includes necessary linker flags to link 7Only the embed version includes necessary linker flags to link
8with libpython. 8with libpython.
9 9
10Upstream-Status: Submitted [https://github.com/FRRouting/frr/pull/12298] 10Upstream-Status: Backport
11[https://github.com/FRRouting/frr/commit/a82d704b1ec6ece47b01d12e0e067d4b62b10894]
12
11Signed-off-by: Alexander Kanavin <alex@linutronix.de> 13Signed-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--
322.25.1
33