2 Mar
2014
2 Mar
'14
11:17 a.m.
Julius Plenz wrote:
Yes, I got so far. But I'm developing the module in a separate repository outside the FreeRADIUS sources (e.g. I have ~/src/rlm_omapi and ~/src/freeradius).
That's no longer supported. It's the one downside to having a build system that (a) works, and (b) it's insane.
I'd like to include some makefile from the FreeRADIUS source tree without the need to copy my module into the source tree under src/modules in order to compile it there. Is that possible?
No. This isn't all bad. Just build the entire server. On my laptop, "make -j 4" takes about 8 seconds. Alan DeKok.