Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 13 lines 707 B view raw
1diff --git a/configure b/configure 2index 1cf53bc..ab68441 100755 3--- a/configure 4+++ b/configure 5@@ -21207,7 +21207,7 @@ rm -f conftest.err conftest.i conftest.$ac_ext 6 as_fn_error $? "error processing $x_ac_cv_pmix_libdir: PMIx v3.x was already found in one of the previous paths" "$LINENO" 5 7 fi 8 _x_ac_pmix_v3_found="1" 9- PMIX_V3_CPPFLAGS="-I$x_ac_cv_pmix_dir/include" 10+ PMIX_V3_CPPFLAGS="-I$x_ac_cv_pmix_dir/include -DPMIXP_V3_LIBPATH=\\\"$x_ac_cv_pmix_libdir\\\"" 11 if test "$ac_with_rpath" = "yes"; then 12 PMIX_V3_LDFLAGS="-Wl,-rpath -Wl,$x_ac_cv_pmix_libdir -L$x_ac_cv_pmix_libdir" 13 else