The Samba-Bugzilla – Attachment 15040 Details for
Bug 13846
cross-compile will not take cross-answers or cross-execute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix rpath, related to the previous commit
0001-fix-rpath-error.patch (text/plain), 1.08 KB, created by
pinglin
on 2019-04-03 02:23:26 UTC
(
hide
)
Description:
fix rpath, related to the previous commit
Filename:
MIME Type:
Creator:
pinglin
Created:
2019-04-03 02:23:26 UTC
Size:
1.08 KB
patch
obsolete
>From f68bd76eab9a6e93b42f396a81aed64f65b99d1c Mon Sep 17 00:00:00 2001 >From: pinglin <pinglin@synology.com> >Date: Mon, 25 Mar 2019 20:43:54 +0800 >Subject: [PATCH] fix rpath error, this commit related to the previous one > >--- > buildtools/wafsamba/samba_waf18.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/buildtools/wafsamba/samba_waf18.py b/buildtools/wafsamba/samba_waf18.py >index cc310fbf512..47acc5b3c06 100644 >--- a/buildtools/wafsamba/samba_waf18.py >+++ b/buildtools/wafsamba/samba_waf18.py >@@ -220,7 +220,7 @@ def CHECK_LIBRARY_SUPPORT(conf, rpath=False, version_script=False, msg=None): > args = conf.SAMBA_CROSS_ARGS(msg=msg) > env = dict(os.environ) > env['LD_LIBRARY_PATH'] = self.inputs[0].parent.abspath() + os.pathsep + env.get('LD_LIBRARY_PATH', '') >- self.generator.bld.cmd_and_log([self.inputs[0].abspath()] + args, env=env) >+ self.generator.bld.cmd_and_log([self.inputs[0].abspath()] + args, env=env, exec_args=args) > o.post() > bld(rule=run_app, source=o.link_task.outputs[0]) > >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13846
:
14955
|
15040
|
15424
|
15511
|
15526
|
15559
|
15571
|
15640
|
15664