]> git.pld-linux.org Git - packages/elfutils.git/blame - elfutils-cxx.patch
fix build without debuginfod
[packages/elfutils.git] / elfutils-cxx.patch
CommitLineData
09597f80
JB
1--- elfutils-0.178/configure.ac.orig 2019-11-26 23:48:42.000000000 +0100
2+++ elfutils-0.178/configure.ac 2019-12-01 19:30:47.593508484 +0100
3@@ -683,7 +683,7 @@
4 AC_MSG_NOTICE([checking debuginfod dependencies, disable to skip])
5 enable_debuginfod=yes # presume success
6 PKG_PROG_PKG_CONFIG
7- if test "x$ac_cv_prog_ac_ct_CXX" = "x"; then enable_debuginfod=no; fi
8+ if test "x$CXX" = "x"; then enable_debuginfod=no; fi
9 PKG_CHECK_MODULES([libmicrohttpd],[libmicrohttpd >= 0.9.33],[],[enable_debuginfod=no])
10 PKG_CHECK_MODULES([libcurl],[libcurl >= 7.29.0],[],[enable_debuginfod=no])
11 PKG_CHECK_MODULES([sqlite3],[sqlite3 >= 3.7.17],[],[enable_debuginfod=no])
This page took 0.042163 seconds and 4 git commands to generate.