File avoid_ld_run_path.patch of Package python-cx_Freeze
--- setup.py.orig 2018-01-25 08:49:45.557952577 +0100 +++ setup.py 2018-01-25 08:50:03.182366757 +0100 @@ -62,7 +62,6 @@ return if sys.platform == "win32" and self.compiler.compiler_type == "mingw32": ext.sources.append("source/bases/manifest.rc") - os.environ["LD_RUN_PATH"] = "${ORIGIN}:${ORIGIN}/../lib" objects = self.compiler.compile(ext.sources, output_dir = self.build_temp, include_dirs = ext.include_dirs,