[oclgrind] 01/02: Add patch to fix PCH issues

James Price jprice-guest at moszumanska.debian.org
Thu Oct 6 22:22:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

jprice-guest pushed a commit to branch master
in repository oclgrind.

commit 0682d03bedacfa65ad944be63539e6b1a34e8893
Author: James Price <j.price at bristol.ac.uk>
Date:   Thu Oct 6 23:03:47 2016 +0100

    Add patch to fix PCH issues
---
 debian/patches/no-validate-pch.patch | 14 ++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/no-validate-pch.patch b/debian/patches/no-validate-pch.patch
new file mode 100644
index 0000000..9e665c6
--- /dev/null
+++ b/debian/patches/no-validate-pch.patch
@@ -0,0 +1,14 @@
+Description: Fix stale PCH issues
+Author: James Price <j.price at bristol.ac.uk>
+Origin: upstream commit:9ae9eaf
+Last-Update: 2016-10-06
+--- a/src/core/Program.cpp
++++ b/src/core/Program.cpp
+@@ -278,6 +278,7 @@
+ 
+     args.push_back("-include-pch");
+     args.push_back(pch);
++    args.push_back("-fno-validate-pch");
+   }
+   else
+   {
diff --git a/debian/patches/series b/debian/patches/series
index 590de3e..097fbc9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ altivec-fix.patch
 use-std.patch
 big-endian.patch
 llvm-3.8.patch
+no-validate-pch.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/oclgrind.git



More information about the Pkg-opencl-commits mailing list