Skip to content

Commit

Permalink
app-forensics/sleuthkit: remove '-Werror' from Makefiles
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/713666
Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <[email protected]>
  • Loading branch information
gktrk committed May 6, 2020
1 parent 574fbc1 commit b4b41b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ tsk_prepare_libewf() {
src_prepare() {
use ewf && tsk_prepare_libewf

# Do not pass '-Werror'. This is overkill for user builds.
sed -e '/AM_CXXFLAGS/ s/-Werror//g' \
-i tsk/util/Makefile.am \
-i tsk/pool/Makefile.am || die

if use java; then
pushd "${S}"/bindings/java &>/dev/null || die

Expand Down

0 comments on commit b4b41b8

Please sign in to comment.