[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: [Fwd: Re: --enable-smbk5pwd support]



#include "../../../contrib/slapd-modules/addpartial/addpartial.c"
#include "../../../contrib/slapd-modules/allop/allop.c"
#include "../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c"

Is it just me, or would this make building the modules as dynamic pretty painful?


Basically, if we're trying to get the contribs out into the ecosystem, it needs to be easy to package addpartial.so and allop.so as discrete components. It'd take some serious linker black magic to do that with a single source file.