mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openocd: Make build reproducible.
* gnu/packages/embedded.scm (openocd)[arguments]<#:phases>[bootstrap]: Make build reproducible.
This commit is contained in:
parent
b47fcf1cbe
commit
c4f4fd8f16
1 changed files with 3 additions and 0 deletions
|
@ -606,6 +606,9 @@ language.")
|
|||
(modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
;; Make build reproducible.
|
||||
(substitute* "src/Makefile.am"
|
||||
(("-DPKGBLDDATE=") "-DDISABLED_PKGBLDDATE="))
|
||||
(patch-shebang "bootstrap")
|
||||
(invoke "./bootstrap" "nosubmodule")))
|
||||
(add-after 'autoreconf 'change-udev-group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue