Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/
Date: Wed, 05 Jun 2019 00:02:46
Message-Id: 1559692919.d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56.gokturk@gentoo
1 commit: d8aeaed593df450e9284c3ff97c4d4d3f3f0fb56
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 00:01:59 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 00:01:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8aeaed5
7
8 app-forensics/sleuthkit: force libewf to link against local deps
9
10 We bundle a legacy version of libewf since that's the only version the
11 upstream officially supports. It should link against the cross
12 platform libc* libraries supplied in the tarball and not use the
13 system ones. Currently, this has no visible impact for Gentoo users as
14 aformentioned libraries do not exist in the tree yet.
15
16 Suggested-by: Anton Bolshakov <blshkv <AT> pentoo.ch>
17 Closes: https://bugs.gentoo.org/677252
18 Package-Manager: Portage-2.3.67, Repoman-2.3.12
19 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
20
21 app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild | 14 ++++++++++++++
22 1 file changed, 14 insertions(+)
23
24 diff --git a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
25 index 7acead628b4..daf357f8c88 100644
26 --- a/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
27 +++ b/app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
28 @@ -139,6 +139,20 @@ tsk_compile_libewf() {
29 --without-openssl
30 --without-libuuid
31 --without-libfuse
32 +
33 + --with-libcstring=no
34 + --with-libcerror=no
35 + --with-libcdata=no
36 + --with-libclocale=no
37 + --with-libcnotify=no
38 + --with-libcsplit=no
39 + --with-libuna=no
40 + --with-libcfile=no
41 + --with-libcpath=no
42 + --with-libbfio=no
43 + --with-libfcache=no
44 + --with-libfvalue=no
45 +
46 )
47 # We want to contain our build flags
48 local CFLAGS="${CFLAGS}"