Skip to content
Snippets Groups Projects
Unverified Commit 3d0fbd3c authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: libgit2: Enable SHA-1 collision detection.

* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
in #:configure-flags.
parent befb2c0e
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,8 @@ (define-public libgit2
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
`(#:phases
`(#:configure-flags '("-DUSE_SHA1DC=ON") ; SHA-1 collision detection
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-hardcoded-paths
(lambda _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment