FreeBSD Bugzilla – Attachment 196226 Details for
Bug 230602
net/samba46, net/samba47, net/samba48: fails to build with LLD 7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't include pdb_*_init in local versions
net__samba46-47-48-fix-dupe-version-sym-1.diff (text/plain), 2.56 KB, created by
Dimitry Andric
on 2018-08-15 18:21:41 UTC
(
hide
)
Description:
Don't include pdb_*_init in local versions
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2018-08-15 18:21:41 UTC
Size:
2.56 KB
patch
obsolete
>Index: net/samba46/files/patch-source3__wscript_build >=================================================================== >--- net/samba46/files/patch-source3__wscript_build (revision 476981) >+++ net/samba46/files/patch-source3__wscript_build (working copy) >@@ -1,5 +1,14 @@ > --- source3/wscript_build.orig 2017-05-23 08:19:23 UTC > +++ source3/wscript_build >+@@ -151,7 +151,7 @@ ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_doma >+ '!get_attr_list'] >+ private_pdb_match.append('!pdb_nds_*') >+ private_pdb_match.append('!pdb_ldapsam_init*') >+-private_pdb_match.append('!pdb_*_init') >++#private_pdb_match.append('!pdb_*_init') >+ private_pdb_match = private_pdb_match + ldapsam_pdb_match >+ >+ bld.SAMBA3_LIBRARY('samba-passdb', > @@ -741,6 +741,7 @@ bld.SAMBA3_LIBRARY('smbd_base', > smbd_conn > param_service >Index: net/samba47/files/patch-source3__wscript_build >=================================================================== >--- net/samba47/files/patch-source3__wscript_build (revision 476981) >+++ net/samba47/files/patch-source3__wscript_build (working copy) >@@ -1,5 +1,14 @@ > --- source3/wscript_build.orig 2017-07-25 13:09:58 UTC > +++ source3/wscript_build >+@@ -143,7 +143,7 @@ ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_doma >+ '!get_attr_list'] >+ private_pdb_match.append('!pdb_nds_*') >+ private_pdb_match.append('!pdb_ldapsam_init*') >+-private_pdb_match.append('!pdb_*_init') >++#private_pdb_match.append('!pdb_*_init') >+ private_pdb_match = private_pdb_match + ldapsam_pdb_match >+ >+ bld.SAMBA3_LIBRARY('samba-passdb', > @@ -240,11 +240,9 @@ bld.SAMBA3_SUBSYSTEM('SMBREGISTRY', > talloc > replace >Index: net/samba48/files/patch-source3__wscript_build >=================================================================== >--- net/samba48/files/patch-source3__wscript_build (revision 476981) >+++ net/samba48/files/patch-source3__wscript_build (working copy) >@@ -1,5 +1,14 @@ > --- source3/wscript_build.orig 2017-07-25 13:09:58 UTC > +++ source3/wscript_build >+@@ -124,7 +124,7 @@ ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_doma >+ '!get_attr_list'] >+ private_pdb_match.append('!pdb_nds_*') >+ private_pdb_match.append('!pdb_ldapsam_init*') >+-private_pdb_match.append('!pdb_*_init') >++#private_pdb_match.append('!pdb_*_init') >+ private_pdb_match = private_pdb_match + ldapsam_pdb_match >+ >+ bld.SAMBA3_LIBRARY('samba-passdb', > @@ -221,11 +221,9 @@ bld.SAMBA3_SUBSYSTEM('SMBREGISTRY', > talloc > replace
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230602
: 196226