diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-23 02:51:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-23 02:51:51 +0100 |
commit | 9fbed24bde221f8b8a1184b1502c0539d05625a9 (patch) | |
tree | a5122fba87c897945d2e376c625acf466355d41e /package/ca-certificates/patches/patch-mozilla_Makefile | |
parent | 937079609851a90070cf7006a70115547f1f2be3 (diff) |
ca-certificates: use system python3
Diffstat (limited to 'package/ca-certificates/patches/patch-mozilla_Makefile')
-rw-r--r-- | package/ca-certificates/patches/patch-mozilla_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 |