me
/
guix
Archived
1
0
Fork 0

gnu: openocd: Make build reproducible.

* gnu/packages/embedded.scm (openocd)[arguments]<#:phases>[bootstrap]:
Make build reproducible.
master
Danny Milosavljevic 2021-12-16 20:15:52 +01:00
parent b47fcf1cbe
commit c4f4fd8f16
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 0 deletions

View File

@ -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