]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-cxx.patch
- updated to 0.178
[packages/elfutils.git] / elfutils-cxx.patch
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.033747 seconds and 3 git commands to generate.