summarylogtreecommitdiffstats
path: root/no-force-preload.patch
diff options
context:
space:
mode:
authorJon Gjengset2015-10-06 19:48:39 -0400
committerJon Gjengset2015-10-06 19:48:58 -0400
commit04521296be0519dafcbd3b324c1e719dd8a2a755 (patch)
treebea669427a06b5371de775f0095916f4c382c020 /no-force-preload.patch
parent7cdbd3104fda2d1ff45d8f7a99dd56f2fb6eda69 (diff)
downloadaur-04521296be0519dafcbd3b324c1e719dd8a2a755.tar.gz
Correctly fix LD_PRELOAD
Diffstat (limited to 'no-force-preload.patch')
-rw-r--r--no-force-preload.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/no-force-preload.patch b/no-force-preload.patch
deleted file mode 100644
index 689c17128f34..000000000000
--- a/no-force-preload.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)