Skip to content

Commit

Permalink
app-forensics/sleuthkit: force libewf to link against local deps
Browse files Browse the repository at this point in the history
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 <[email protected]>
Closes: https://bugs.gentoo.org/677252
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <[email protected]>
  • Loading branch information
gktrk committed Jun 5, 2019
1 parent d8a6efc commit d8aeaed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app-forensics/sleuthkit/sleuthkit-4.6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d8aeaed

Please sign in to comment.