diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-04 13:51:45 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-04 13:52:25 +0000 |
commit | 644080177bb14909e475b10f24939224cea74424 (patch) | |
tree | d2604a27f6be80e21f1a0ac94cd6cb9e543cd195 /community/sleuthkit/APKBUILD | |
parent | eef2ae722a1ba825d2ea19902fbd7dd561bbcbb3 (diff) | |
download | aports-644080177bb14909e475b10f24939224cea74424.tar.bz2 aports-644080177bb14909e475b10f24939224cea74424.tar.xz |
community/sleuthkit: build against new libewf
Diffstat (limited to 'community/sleuthkit/APKBUILD')
-rw-r--r-- | community/sleuthkit/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/sleuthkit/APKBUILD b/community/sleuthkit/APKBUILD index d5c7dc8fc8..34bc707df7 100644 --- a/community/sleuthkit/APKBUILD +++ b/community/sleuthkit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sleuthkit pkgver=4.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="File system and media management forensic analysis tools" arch="all" license="custom" @@ -36,6 +36,8 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=/usr + # https://github.com/sleuthkit/sleuthkit/issues/642 + export CFLAGS="$CFLAGS -DHAVE_LIBEWF_V2_API -Dlibewf_handle_read_random=libewf_handle_read_buffer_at_offset" make || return 1 } |