diff options
Diffstat (limited to 'app-crypt/ssdeep/files/ssdeep-2.10-shared.patch')
-rw-r--r-- | app-crypt/ssdeep/files/ssdeep-2.10-shared.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/ssdeep/files/ssdeep-2.10-shared.patch b/app-crypt/ssdeep/files/ssdeep-2.10-shared.patch new file mode 100644 index 000000000000..06cfc55084e7 --- /dev/null +++ b/app-crypt/ssdeep/files/ssdeep-2.10-shared.patch @@ -0,0 +1,10 @@ +--- ssdeep-2.10/Makefile.am ++++ ssdeep-2.10/Makefile.am +@@ -2,7 +2,6 @@ + bin_PROGRAMS=ssdeep + + ssdeep_LDADD=libfuzzy.la +-ssdeep_LDFLAGS=-static + + ACLOCAL_AMFLAGS = -I m4 + |