me
/
guix
Archived
1
0
Fork 0

gnu: ssdeep: Don't install static libfuzzy.a.

* gnu/packages/datastructures.scm (ssdeep)[arguments]: Pass the
‘--disable-static’ flag to configure.
master
Tobias Geerinckx-Rice 2020-04-13 04:58:06 +02:00
parent ffd57da15a
commit 6be0d9f4a6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ and time-efficient for good hash functions.")
(sha256
(base32 "04qkjc6kksxkv7xbnk32rwmf3a8czdv2vvrdzfs0kw06h73snbpz"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-static")))
(home-page "https://ssdeep-project.github.io")
(synopsis "Context-triggered piecewise hashing algorithm")
(description "ssdeep computes and matches context triggered piecewise