diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2019-06-04 20:01:59 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-06-04 20:01:59 -0400 |
commit | d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56 (patch) | |
tree | 415e935c1dcacec32a779be6574c9971387c5613 /app-forensics | |
parent | sys-auth/pam_u2f: bump to 1.0.8 #687400 (diff) | |
download | gentoo-d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56.tar.gz gentoo-d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56.tar.bz2 gentoo-d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56.zip |
app-forensics/sleuthkit: force libewf to link against local deps
We bundle a legacy version of libewf since that's the only version the
upstream officially supports. It should link against the cross
platform libc* libraries supplied in the tarball and not use the
system ones. Currently, this has no visible impact for Gentoo users as
aformentioned libraries do not exist in the tree yet.
Suggested-by: Anton Bolshakov <blshkv@pentoo.ch>
Closes: https://bugs.gentoo.org/677252
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild index 7acead628b46..daf357f8c885 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild @@ -139,6 +139,20 @@ tsk_compile_libewf() { --without-openssl --without-libuuid --without-libfuse + + --with-libcstring=no + --with-libcerror=no + --with-libcdata=no + --with-libclocale=no + --with-libcnotify=no + --with-libcsplit=no + --with-libuna=no + --with-libcfile=no + --with-libcpath=no + --with-libbfio=no + --with-libfcache=no + --with-libfvalue=no + ) # We want to contain our build flags local CFLAGS="${CFLAGS}" |