Files
ca-certificates/source-files/drop-python-dependency.patch
2025-11-19 20:24:00 +02:00

17 lines
275 B
Diff

--- a/ca-certificates/mozilla/Makefile
+++ b/ca-certificates/mozilla/Makefile
@@ -2,8 +2,11 @@
# Makefile
#
-all:
- python3 certdata2pem.py
+certdata2pem: certdata2pem.c
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
+
+all: certdata2pem
+ ./certdata2pem
clean:
-rm -f *.crt