Files
gentoo/dev-debug/ltrace/files/ltrace-0.7.3-CXX-for-tests.patch
Michał Górny a2eb7e103e Move {dev-util → dev-debug}/ltrace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-19 15:44:11 +01:00

12 lines
255 B
Diff

Testsuite uses CXX to trace mangled symbols.
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ AC_SUBST(HOST_CPU)
# Checks for programs.
AC_PROG_CC
+AC_PROG_CXX
LT_INIT
# libtool-2: LT_INIT()
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])