gnu: fortify-headers: Update to 1.0.

* gnu/packages/suckless.scm (fortify-headers): Update to 1.0.
master
Tobias Geerinckx-Rice 2018-09-10 16:56:40 +02:00
parent 7c8b1bf664
commit 37a2ea118d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -561,7 +561,7 @@ environment variable.")
(define-public fortify-headers (define-public fortify-headers
(package (package
(name "fortify-headers") (name "fortify-headers")
(version "0.9") (version "1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -569,15 +569,15 @@ environment variable.")
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1z517ajy34l2k5lz2gvhbmia9xjgagffi4s22azqxnlmgb1g2xfg")))) "0nvplfg4y4a10x2j12qwmxzlk2q4j6287j0v5f9bfsdayb04qvh2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; No tests `(#:tests? #f ; no tests
#:make-flags (list "CC=gcc" #:make-flags (list "CC=gcc"
(string-append "PREFIX=" %output)) (string-append "PREFIX=" %output))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; no configure script
(home-page "https://git.2f30.org/fortify-headers/") (home-page "https://git.2f30.org/fortify-headers/")
(synopsis "Standalone fortify-source implementation") (synopsis "Standalone fortify-source implementation")
(description (description