Skip to content

Commit 15fc9a0

Browse files
committed
guix: add additional documentation to patches
1 parent 4516e5e commit 15fc9a0

5 files changed

+17
-0
lines changed

contrib/guix/patches/gcc-8-sort-libtool-find-output.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
guix: repro: Sort find output in libtool for gcc-8
2+
3+
Otherwise the resulting .a static libraries (e.g. libstdc++.a) will not
4+
be reproducible and end up making the Bitcoin binaries non-reproducible
5+
as well.
6+
7+
See: https://reproducible-builds.org/docs/archives/#gnu-libtool
8+
19
diff --git a/gcc/configure b/gcc/configure
210
index 97ba7d7d69c..e37a96f0c0c 100755
311
--- a/gcc/configure

contrib/guix/patches/glibc-2.24-elfm-loadaddr-dynamic-rewrite.patch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
https://sourceware.org/git/?p=glibc.git;a=commit;h=a68ba2f3cd3cbe32c1f31e13c20ed13487727b32
2+
13
commit 6b02af31e9a721bb15a11380cd22d53b621711f8
24
Author: Szabolcs Nagy <[email protected]>
35
Date: Wed Oct 18 17:26:23 2017 +0100

contrib/guix/patches/glibc-2.24-no-build-time-cxx-header-run.patch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
https://sourceware.org/git/?p=glibc.git;a=commit;h=fc3e1337be1c6935ab58bd13520f97a535cf70cc
2+
13
commit dc23a45db566095e83ff0b7a57afc87fb5ca89a1
24
Author: Florian Weimer <[email protected]>
35
Date: Wed Sep 21 10:45:32 2016 +0200

contrib/guix/patches/glibc-2.27-riscv64-Use-__has_include__-to-include-asm-syscalls.h.patch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
https://sourceware.org/git/?p=glibc.git;a=commit;h=0b9c84906f653978fb8768c7ebd0ee14a47e662e
2+
13
From 562c52cc81a4e456a62e6455feb32732049e9070 Mon Sep 17 00:00:00 2001
24
From: "H.J. Lu" <[email protected]>
35
Date: Mon, 31 Dec 2018 09:26:42 -0800

contrib/guix/patches/nsis-SConstruct-sde-support.patch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
https://github.com/kichik/nsis/pull/13
2+
https://sourceforge.net/p/nsis/code/7248/
3+
14
diff --git a/SConstruct b/SConstruct
25
index e8252c9..41786f2 100755
36
--- a/SConstruct

0 commit comments

Comments
 (0)