[OpenSIPS-Devel] How to compile *just* a module with TLS enabled?
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Tue Nov 25 07:39:27 CET 2008
Hi Iñaki,
You can set the TLS val in the Makefile - see line 35. To compile a
single module, you can also do:
TLS=1 make modules modules=modules/my_favourite_module
Regards,
Bogdan
Iñaki Baz Castillo wrote:
> El Lunes, 24 de Noviembre de 2008, Klaus Darilion escribió:
>
>> Iñaki Baz Castillo schrieb:
>>
>>> Hi, I compile OpenSIPS with TLS=1 using "make deb".
>>>
>>> Later, I modify a module source and want to compile it just by running
>>> "make" in the module directoy, and copying the xxxx.so
>>> to /usr/lib/opensips/modules/.
>>>
>> TLS=1 make
>>
>
> Yes, but I have to do it in Makefile.defs
> It's not enough if I set TLS=1 in Makefile.
>
> Is it normal?
>
>
More information about the Devel
mailing list