summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2023-06-26 22:22:06 -0700
committerGöktürk Yüksek <gokturk@gentoo.org>2023-06-26 22:24:55 -0700
commit02148b29dc4cce3de2ed4781e07c561963668f2d (patch)
treedb11e432d0359e248c9e6216d89fc280fadb1393 /app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild
parentdev-ruby/rails: add 7.0.5.1 (diff)
downloadgentoo-02148b29dc4cce3de2ed4781e07c561963668f2d.tar.gz
gentoo-02148b29dc4cce3de2ed4781e07c561963668f2d.tar.bz2
gentoo-02148b29dc4cce3de2ed4781e07c561963668f2d.zip
app-forensics/sleuthkit: fix configure.ac to use '==' instead of '='
Address a build time issue where using '==' may fail with: test: xyes: unexpected operator silently disabling the build of Java support, ultimately leading to failure in src_install. Bug: https://bugs.gentoo.org/870250 Url: https://github.com/sleuthkit/sleuthkit/pull/2835 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild')
-rw-r--r--app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild b/app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild
index bca5e7d4bd6a..774fb6e6da83 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.12.0.ebuild
@@ -76,6 +76,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.1.0-tools-shared-libs.patch
"${FILESDIR}"/${PN}-4.6.4-default-jar-location-fix.patch
"${FILESDIR}"/${PN}-4.10.1-exclude-usr-local.patch
+ "${FILESDIR}"/${PN}-4.12.0-configure-ac-test-fix.patch
)
src_unpack() {