summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 04:58:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 06:56:54 +0200
commit6be0d9f4a689e382a735c8f0e44124ce963c8dd9 (patch)
treefb26049ff9fd285fd46ff30854ae9a243b34093b
parentffd57da15ae2371d65b773b9838301a6bc48948b (diff)
downloadpatches-6be0d9f4a689e382a735c8f0e44124ce963c8dd9.tar
patches-6be0d9f4a689e382a735c8f0e44124ce963c8dd9.tar.gz
gnu: ssdeep: Don't install static libfuzzy.a.
* gnu/packages/datastructures.scm (ssdeep)[arguments]: Pass the ‘--disable-static’ flag to configure.
-rw-r--r--gnu/packages/datastructures.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 3406c0ca1d..5f3e12bb77 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -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