From 9fbed24bde221f8b8a1184b1502c0539d05625a9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 23 Dec 2023 02:51:51 +0100 Subject: ca-certificates: use system python3 --- package/ca-certificates/patches/patch-mozilla_Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/ca-certificates/patches/patch-mozilla_Makefile (limited to 'package/ca-certificates') diff --git a/package/ca-certificates/patches/patch-mozilla_Makefile b/package/ca-certificates/patches/patch-mozilla_Makefile new file mode 100644 index 000000000..768f26373 --- /dev/null +++ b/package/ca-certificates/patches/patch-mozilla_Makefile @@ -0,0 +1,11 @@ +--- ca-certificates.orig/mozilla/Makefile 2022-01-11 14:34:24.000000000 +0100 ++++ ca-certificates/mozilla/Makefile 2023-09-22 10:25:22.731768501 +0200 +@@ -3,7 +3,7 @@ + # + + all: +- python3 certdata2pem.py ++ /bin/python3 certdata2pem.py + + clean: + -rm -f *.crt -- cgit v1.2.3