diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-04-10 14:48:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-10 16:05:57 +0200 |
| commit | 18ffd2f9687a7c8af0041c129c47db31b7e810c3 (patch) | |
| tree | 2276a74ffacbe432c5fbfaed598dd24ddf223be4 | |
| parent | 0bd7a6bad9af06e1149e7019a3102edbbeac6b76 (diff) | |
gnu: binutils: Shorten file names of MinGW patches.
This ensures we stay below the POSIX tar file name length limit.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Likewise.
| -rw-r--r-- | gnu/local.mk | 4 | ||||
| -rw-r--r-- | gnu/packages/cross-base.scm | 5 | ||||
| -rw-r--r-- | gnu/packages/patches/binutils-mingw-w64-deterministic.patch (renamed from gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch) | 0 | ||||
| -rw-r--r-- | gnu/packages/patches/binutils-mingw-w64-timestamp.patch (renamed from gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch) | 0 |
4 files changed, 4 insertions, 5 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f401ef173bc..a9dda84a811 100644 --- a/gnu/local.mk +++ b/gnu/local.mk | |||
| @@ -776,8 +776,8 @@ dist_patch_DATA = \ | |||
| 776 | %D%/packages/patches/bidiv-update-fribidi.patch \ | 776 | %D%/packages/patches/bidiv-update-fribidi.patch \ |
| 777 | %D%/packages/patches/binutils-boot-2.20.1a.patch \ | 777 | %D%/packages/patches/binutils-boot-2.20.1a.patch \ |
| 778 | %D%/packages/patches/binutils-loongson-workaround.patch \ | 778 | %D%/packages/patches/binutils-loongson-workaround.patch \ |
| 779 | %D%/packages/patches/binutils-mingw-w64-specify-timestamp.patch \ | 779 | %D%/packages/patches/binutils-mingw-w64-timestamp.patch \ |
| 780 | %D%/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch \ | 780 | %D%/packages/patches/binutils-mingw-w64-deterministic.patch \ |
| 781 | %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ | 781 | %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ |
| 782 | %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ | 782 | %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ |
| 783 | %D%/packages/patches/bluez-CVE-2020-0556.patch \ | 783 | %D%/packages/patches/bluez-CVE-2020-0556.patch \ |
diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index b0eb7ab4edb..b07014da6cf 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm | |||
| @@ -98,9 +98,8 @@ | |||
| 98 | ((target-mingw? target) | 98 | ((target-mingw? target) |
| 99 | (package-with-extra-patches | 99 | (package-with-extra-patches |
| 100 | binutils | 100 | binutils |
| 101 | (search-patches | 101 | (search-patches "binutils-mingw-w64-timestamp.patch" |
| 102 | "binutils-mingw-w64-specify-timestamp.patch" | 102 | "binutils-mingw-w64-deterministic.patch"))) |
| 103 | "binutils-mingw-w64-reproducible-import-libraries.patch"))) | ||
| 104 | (else binutils)) | 103 | (else binutils)) |
| 105 | target))) | 104 | target))) |
| 106 | 105 | ||
diff --git a/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch b/gnu/packages/patches/binutils-mingw-w64-deterministic.patch index 3e48b879358..3e48b879358 100644 --- a/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch +++ b/gnu/packages/patches/binutils-mingw-w64-deterministic.patch | |||
diff --git a/gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch b/gnu/packages/patches/binutils-mingw-w64-timestamp.patch index b785043b629..b785043b629 100644 --- a/gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch +++ b/gnu/packages/patches/binutils-mingw-w64-timestamp.patch | |||
