mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user