K 10 svn:author V 5 timur K 8 svn:date V 27 2019-07-02T19:07:54.992131Z K 7 svn:log V 656 Another attempt to work around the t{alloc,db,event}1 <-> t{alloc,db,event} conflict if there are installations of samba48 and other consumers of those libs. With /etc/make.conf settings of: SAMBA4_BUNDLED_TALLOC= yes SAMBA4_BUNDLED_TEVENT= yes SAMBA4_BUNDLED_TDB= yes the samba48 port will be statically linked with bundled libraries and won't depend on any external t{alloc,db,event}. Ldb here stands out, as even with bundled version same binaries are installed where the ldb13 installs them. For this situation it's adviced to set: SAMBA4_BUNDLED_LDB= no and make sure that all LDB dependant ports use the same ldb13 dependency. PR: 238790 END