gnu: openocd: Make build reproducible.
* gnu/packages/embedded.scm (openocd)[arguments]<#:phases>[bootstrap]: Make build reproducible.master
parent
b47fcf1cbe
commit
c4f4fd8f16
|
@ -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
|
||||
|
|
Reference in New Issue