mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fortify-headers: Update to 1.0.
* gnu/packages/suckless.scm (fortify-headers): Update to 1.0.
This commit is contained in:
parent
7c8b1bf664
commit
37a2ea118d
1 changed files with 4 additions and 4 deletions
|
@ -561,7 +561,7 @@ (define-public human
|
|||
(define-public fortify-headers
|
||||
(package
|
||||
(name "fortify-headers")
|
||||
(version "0.9")
|
||||
(version "1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -569,15 +569,15 @@ (define-public fortify-headers
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z517ajy34l2k5lz2gvhbmia9xjgagffi4s22azqxnlmgb1g2xfg"))))
|
||||
"0nvplfg4y4a10x2j12qwmxzlk2q4j6287j0v5f9bfsdayb04qvh2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests
|
||||
`(#:tests? #f ; no tests
|
||||
#:make-flags (list "CC=gcc"
|
||||
(string-append "PREFIX=" %output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; No configure script
|
||||
(delete 'configure)))) ; no configure script
|
||||
(home-page "https://git.2f30.org/fortify-headers/")
|
||||
(synopsis "Standalone fortify-source implementation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue