We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c265ea2 commit 37eee1bCopy full SHA for 37eee1b
autogen.pl
@@ -1643,10 +1643,6 @@ sub replace_config_sub_guess {
1643
if (! -f "3rd-party/prrte/configure.ac") {
1644
my_die("Could not find pmix files\n");
1645
}
1646
-
1647
- verbose "Patching prrte.spec file\n";
1648
- system("$patch_prog -N -p0 < ./config/prrte.spec.diff > /dev/null 2>&1");
1649
1650
push(@subdirs, "3rd-party/prrte/");
1651
$m4 .= "m4_define([package_prrte], [1])\n";
1652
config/prrte.spec.diff
0 commit comments