K 10 svn:author V 3 dim K 8 svn:date V 27 2018-10-08T17:15:55.761765Z K 7 svn:log V 533 MFH: r481463 Fix builds of net/samba46 and net/samba47 when using lld 7.0.0. With lld 7.0.0, the following error is emitted: ld: error: duplicate symbol 'pdb_search_init' in version script This is because the symbol version scripts generated by wscript_build contain both "pdb_search_init" in the global section, and "pdb_*_init" in the local section. Fix it by removing "pdb_*_init" from the local section. For net/samba48, this already got fixed, as a side effect of r478825. Approved by: ports-secteam (miwi) PR: 230602 END