diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:20:01 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:20:01 +0900 |
| commit | 95b64bbaeec90231773be2007b2de278eb12c63a (patch) | |
| tree | b920ae1284e25c9cdabb97df2de0e361c419deee /gnu | |
| parent | 4801cb6f8f01682bfc2fd6183aa00047b11e5009 (diff) | |
Revert "gnu: binutils: Enable zstd compression."
This reverts commit 16f0f497cdfef626c8f5960387037215b68d6a05.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/base.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a78478451dd..0045975ce95 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -740,10 +740,7 @@ change. GNU make offers many powerful extensions over the standard utility.") | |||
| 740 | ;; For some reason, the build machinery insists on rebuilding .info | 740 | ;; For some reason, the build machinery insists on rebuilding .info |
| 741 | ;; files, even though they're already provided by the tarball. | 741 | ;; files, even though they're already provided by the tarball. |
| 742 | #:make-flags #~'("MAKEINFO=true"))) | 742 | #:make-flags #~'("MAKEINFO=true"))) |
| 743 | (native-inputs | 743 | (native-inputs (list bison)) ;needed to build 'gprofng' |
| 744 | (list bison ;needed to build 'gprofng' | ||
| 745 | pkg-config)) | ||
| 746 | (inputs (list `(,zstd "lib"))) | ||
| 747 | (synopsis "Binary utilities: bfd gas gprof ld") | 744 | (synopsis "Binary utilities: bfd gas gprof ld") |
| 748 | (description | 745 | (description |
| 749 | "GNU Binutils is a collection of tools for working with binary files. | 746 | "GNU Binutils is a collection of tools for working with binary files. |
| @@ -799,12 +796,6 @@ included.") | |||
| 799 | (lambda _ | 796 | (lambda _ |
| 800 | (substitute* "gold/Makefile.in" | 797 | (substitute* "gold/Makefile.in" |
| 801 | (("/bin/sh") (which "sh"))))) | 798 | (("/bin/sh") (which "sh"))))) |
| 802 | (add-before 'check 'set-LD_LIBRARY_PATH | ||
| 803 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 804 | ;; Some test binaries are linked with gold, which lack RUNPATH | ||
| 805 | ;; info due to not being linked with our ld-wrapper script. | ||
| 806 | (setenv "LD_LIBRARY_PATH" | ||
| 807 | (dirname (search-input-file inputs "lib/libzstd.so"))))) | ||
| 808 | ;; Multiple failing tests on some architectures in the gold testsuite. | 799 | ;; Multiple failing tests on some architectures in the gold testsuite. |
| 809 | #$@(if (or (target-arm?) | 800 | #$@(if (or (target-arm?) |
| 810 | (target-ppc32?)) | 801 | (target-ppc32?)) |
