1
1

More explanation of why we need to use gpatch on Solaris

This commit was SVN r24149.
Этот коммит содержится в:
Ethan Mallove 2010-12-03 19:14:05 +00:00
родитель bb412a5ff7
Коммит 297630368a

Просмотреть файл

@ -1062,8 +1062,9 @@ system("chmod u+w opal/libltdl/configure");
++$step;
verbose "\n$step. Patching autotools output :-(\n\n";
# Solaris patch is not compatible with Linux patch.
# Default to Linux patch.
# Solaris "patch" doesn't understand unified diffs, and will cause
# autogen.pl to hang with a "File to patch:" prompt. Default to Linux
# "patch", but use "gpatch" on Solaris.
$patch_prog = "patch";
if ($^O eq "solaris") {
$patch_prog = "gpatch";