Up to [cvs.NetBSD.org] / pkgsrc / net / samba4 / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 29 13:20:23 2022 UTC (2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
samba4: Build krb5.so module statically. Avoids issues when building on systems that have a native libkrb5.so. Samba libraries that try to link against krb5.so, which during the build phase is named libgensec_module_krb5.so, end up with incorrect library dependencies, likely due to wrapper interactions.
Revision 1.2, Sat Sep 3 18:49:22 2022 UTC (4 months, 4 weeks ago) by jperkin
Branch: MAIN
Changes since 1.1: +1 -1
lines
FILE REMOVED
samba4: Remove gensec/krb5 patch. It doesn't appear to solve the problem, I must have had a stale install directory around when testing. Still none the wiser as to why the krb5 module isn't being built correctly, but apparently it seems to work for some folks, so it will have to be left broken on SunOS for a bit.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 30 17:47:50 2022 UTC (5 months ago) by jperkin
Branch: MAIN
samba4: Various build fixes.