mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-forensics/aflplusplus: respect CXX
Closes: https://bugs.gentoo.org/779655 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user