summarylogtreecommitdiffstats
path: root/no-force-preload.patch
diff options
context:
space:
mode:
authorJon Gjengset2015-10-06 17:22:19 -0400
committerJon Gjengset2015-10-06 17:26:13 -0400
commitdc33e63b8b60f57267cb30b14cf1b6348c4e8c7f (patch)
treea8c12c6abf3fef0747d76e9438702004a263ab17 /no-force-preload.patch
parentdfb586074508f9b505bcfb8909ff6dde8f066746 (diff)
downloadaur-dc33e63b8b60f57267cb30b14cf1b6348c4e8c7f.tar.gz
Add patches needed to get coz running on Arch.
Submitted upstream as PRs in: - https://github.com/plasma-umass/coz/pull/24 - https://github.com/plasma-umass/coz/pull/23 - https://github.com/plasma-umass/coz/pull/22
Diffstat (limited to 'no-force-preload.patch')
-rw-r--r--no-force-preload.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/no-force-preload.patch b/no-force-preload.patch
new file mode 100644
index 000000000000..689c17128f34
--- /dev/null
+++ b/no-force-preload.patch
@@ -0,0 +1,13 @@
+diff --git a/coz b/coz
+index 7e9a1ff..6e8b259 100755
+--- a/coz
++++ b/coz
+@@ -39,8 +39,6 @@ def _coz_run(args):
+
+ if 'LD_PRELOAD' in env:
+ env['LD_PRELOAD'] += ':' + coz_runtime
+- else:
+- env['LD_PRELOAD'] = coz_runtime
+
+ if len(args.binary_scope) > 0:
+ env['COZ_BINARY_SCOPE'] = '\t'.join(args.binary_scope)