[libclc] 89/92: Refresh hardening.patch.
Andreas Boll
aboll-guest at moszumanska.debian.org
Mon Nov 6 15:12:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
aboll-guest pushed a commit to branch master
in repository libclc.
commit 68ee06325fabef1dd999703c9659d62118dc5554
Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date: Mon Nov 6 15:25:23 2017 +0100
Refresh hardening.patch.
---
debian/changelog | 1 +
debian/patches/hardening.patch | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b0404e1..41534cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libclc (0.2.0+git20171106-1) UNRELEASED; urgency=medium
* New upstream snapshot.
+ * Refresh hardening.patch.
-- Andreas Boll <andreas.boll.dev at gmail.com> Mon, 06 Nov 2017 15:19:58 +0100
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
index 0a1b378..fdb64ff 100644
--- a/debian/patches/hardening.patch
+++ b/debian/patches/hardening.patch
@@ -3,8 +3,8 @@ author: Michael Gilbert <mgilbert at debian.org>
--- a/configure.py
+++ b/configure.py
-@@ -81,6 +81,13 @@ llvm_core_libs = llvm_config(['--libs',
- llvm_cxxflags = llvm_config(['--cxxflags']) + ' -fno-exceptions -fno-rtti'
+@@ -85,6 +85,13 @@
+ '-DHAVE_LLVM=0x{:0=4}'.format(llvm_int_version)
llvm_libdir = llvm_config(['--libdir'])
+# add in debian buildflags
@@ -17,7 +17,7 @@ author: Michael Gilbert <mgilbert at debian.org>
llvm_clang = os.path.join(llvm_bindir, 'clang')
llvm_link = os.path.join(llvm_bindir, 'llvm-link')
llvm_opt = os.path.join(llvm_bindir, 'opt')
-@@ -187,6 +194,11 @@ for target in targets:
+@@ -203,6 +210,11 @@
"-emit-llvm" % (target, clang_cl_includes)
if device['gpu'] != '':
clang_bc_flags += ' -mcpu=' + device['gpu']
@@ -31,7 +31,7 @@ author: Michael Gilbert <mgilbert at debian.org>
--- a/build/metabuild.py
+++ b/build/metabuild.py
-@@ -48,7 +48,7 @@ endif
+@@ -48,7 +48,7 @@
r = self.rules[rule]
command = subst(r['command'])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git
More information about the Pkg-opencl-commits
mailing list