[applied] configure: Add $ELF_CFLAGS and $DW_CFLAGS to DEPS_CPPFLAGS

Message ID 87zfj3hxgx.fsf@redhat.com
State New
Headers
Series [applied] configure: Add $ELF_CFLAGS and $DW_CFLAGS to DEPS_CPPFLAGS |

Commit Message

Dodji Seketeli Feb. 3, 2025, 3:14 p.m. UTC
  Hello,

While looking at something else, I realized that $ELF_CFLAGS and
$DW_CFLAGS are missing from DEPS_CPPFLAGS.

Fixed thus.

	* configure.ac: Add $ELF_CFLAGS and $DW_CFLAGS to DEPS_CPPFLAGS.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the mainline.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/configure.ac b/configure.ac
index 3af29d77..539d9222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -912,7 +912,7 @@  AM_CONDITIONAL(ENABLE_RUNNING_TESTS_WITH_PY3, test x$RUN_TESTS_WITH_PY3 = xyes)
 AM_CONDITIONAL(ENABLE_PYTHON3_INTERPRETER, test x$PYTHON3_INTERPRETER != xno)
 AC_SUBST(PYTHON)
 
-DEPS_CPPFLAGS="$XML_CFLAGS $XXHASH_CFLAGS"
+DEPS_CPPFLAGS="$XML_CFLAGS $XXHASH_CFLAGS $ELF_CFLAGS $DW_CFLAGS"
 AC_SUBST(DEPS_CPPFLAGS)
 
 dnl Check for the presence of doxygen program