diff --git a/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch b/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch new file mode 100644 index 00000000..f4e6473f --- /dev/null +++ b/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch @@ -0,0 +1,14 @@ +diff --git a/runtest.pl b/runtest.pl +index 3472351..e84595b 100755 +--- a/runtest.pl ++++ b/runtest.pl +@@ -1,5 +1,9 @@ + #!/usr/bin/env perl + ++BEGIN { ++ unshift @INC, '.'; ++} ++ + # runtest [options] FILENAME + # + # Read the file FILENAME. Each line contains a test.