dabd5cdf81
** Version 2.14.1 - 7 Nov 2017 * Bug Fixes - Fixed a spelling error. - Made relative path mode on Win32 to work. ** Version 2.14 - 12 Sep 2017 * New Features - Optimizations to the fuzzy hashing engine. (hash generator can run as twice as fast and comparison can run 1.5 through 5 times faster [heavily depends on the data and platform] than the previous release) * Bug Fixes - Fixed issue when certain memory allocation is failed.
15 lines
308 B
Text
15 lines
308 B
Text
$NetBSD: patch-Makefile.am,v 1.1 2021/05/30 01:41:28 khorben Exp $
|
|
|
|
Do not build ssdeep statically
|
|
|
|
--- Makefile.am.orig 2017-11-07 02:31:15.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -2,7 +2,7 @@
|
|
bin_PROGRAMS=ssdeep
|
|
|
|
ssdeep_LDADD=libfuzzy.la
|
|
-ssdeep_LDFLAGS=-static
|
|
+ssdeep_LDFLAGS=
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|