Skip to content

Commit

Permalink
app-forensics/aflplusplus: respect CXX
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/779655
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 25, 2021
1 parent 01b5fe8 commit 044e2ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-forensics/aflplusplus/aflplusplus-3.12c-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,16 @@ src_compile() {
MAN_PATH="${EPREFIX}/usr/share/man/man8"
}

src_test() {
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)"
}

src_install() {
emake \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
DESTDIR="${D}" \
PREFIX="${EPREFIX}/usr" \
HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
Expand Down

0 comments on commit 044e2ea

Please sign in to comment.