The Samba-Bugzilla – Attachment 18294 Details for
Bug 10885
Need to set install_name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add -install_name to dylibs
patch-samba-install.diff (text/plain), 902 bytes, created by
Mohamed Akram
on 2024-05-03 10:29:03 UTC
(
hide
)
Description:
add -install_name to dylibs
Filename:
MIME Type:
Creator:
Mohamed Akram
Created:
2024-05-03 10:29:03 UTC
Size:
902 bytes
patch
obsolete
>diff --git buildtools/wafsamba/samba_install.py buildtools/wafsamba/samba_install.py >index a43d103..1e8b060 100644 >--- buildtools/wafsamba/samba_install.py >+++ buildtools/wafsamba/samba_install.py >@@ -138,6 +138,13 @@ def install_library(self): > t.env.append_value('LINKFLAGS', t.env.SONAME_ST % install_name) > t.env.SONAME_ST = '' > >+ if '-dynamiclib' in t.env.LINKFLAGS_cshlib: >+ t.env.append_value('LINKFLAGS_cshlib', '-install_name') >+ if install_link: >+ t.env.append_value('LINKFLAGS_cshlib', os.path.join(install_path, install_link)) >+ else: >+ t.env.append_value('LINKFLAGS_cshlib', os.path.join(install_path, install_name)) >+ > # tell waf to install the library > bld.install_as(os.path.join(install_path, install_name), > self.path.find_or_declare(inst_name),
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 10885
:
10357
| 18294