~ruther/guix-local

ref: 6e8d2d28e9dbcaeca73c39d45c8db3cef6dfa39f guix-local/gnu/packages/patches/openjdk-11-classlist-reproducibility.patch -rw-r--r-- 569 bytes
6e8d2d28 — Sharlatan Hellseher gnu: python-jupyter-client: Move to jupyter. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
--- jdk-11.0.13-ga/make/GenerateLinkOptData.gmk.orig	2022-04-04 17:18:56.801929954 +0200
+++ jdk-11.0.13-ga/make/GenerateLinkOptData.gmk	2022-04-04 17:19:14.962422622 +0200
@@ -66,7 +66,7 @@
 	    -cp $(SUPPORT_OUTPUTDIR)/classlist.jar \
 	    build.tools.classlist.HelloClasslist \
 	    $(LOG_DEBUG) 2>&1 > $(JLI_TRACE_FILE)
-	$(GREP) -v HelloClasslist $@.raw > $@
+	$(GREP) -v HelloClasslist $@.raw |sort > $@
 
 # The jli trace is created by the same recipe as classlist. By declaring these
 # dependencies, make will correctly rebuild both jli trace and classlist