summarylogtreecommitdiffstats
path: root/fix-preload-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-preload-path.patch')
-rw-r--r--fix-preload-path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/fix-preload-path.patch b/fix-preload-path.patch
deleted file mode 100644
index 0e264ceee95e..000000000000
--- a/fix-preload-path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/coz b/coz
-index 7e9a1ff..2a1e3b4 100755
---- a/coz
-+++ b/coz
-@@ -34,8 +34,7 @@ def _coz_run(args):
- exit(1)
-
- env = copy.deepcopy(os.environ)
-- coz_prefix = dirname(dirname(abspath(sys.argv[0])))
-- coz_runtime = coz_prefix + path_sep + 'coz' + path_sep + 'libcoz' + path_sep + 'libcoz.so'
-+ coz_runtime = '/usr/share/coz/libcoz.so'
-
- if 'LD_PRELOAD' in env:
- env['LD_PRELOAD'] += ':' + coz_runtime