]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/fireinfo-2.2.0-python-3.8.patch
Revert "Revert "ppp: update to 2.4.9""
[ipfire-2.x.git] / src / patches / fireinfo-2.2.0-python-3.8.patch
1 From 1d70d3cbf7e1fe1e1f0760e9a79e520e416519fe Mon Sep 17 00:00:00 2001
2 From: Michael Tremer <michael.tremer@ipfire.org>
3 Date: Tue, 18 May 2021 13:40:51 +0000
4 Subject: [PATCH] python: Fix linking against Python 3.8
5
6 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
7 ---
8 configure.ac | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index ede2cb6..6efe73c 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -91,7 +91,7 @@ AC_SUBST([OUR_LDFLAGS], $with_ldflags)
16
17 # Python
18 AM_PATH_PYTHON([3.7])
19 -PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}])
20 +PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}-embed python-${PYTHON_VERSION}])
21
22 AC_CONFIG_FILES([
23 Makefile
24 --
25 2.20.1
26