[Buildroot] [PATCH 1/1] package/asterisk: libsrtp needs openssl

Bernd Kuhls bernd.kuhls at t-online.de
Thu Oct 4 17:56:49 UTC 2018


Am Thu, 04 Oct 2018 14:18:56 +0200 schrieb Thomas Petazzoni:

>> -ifeq ($(BR2_PACKAGE_LIBSRTP),y)
>> +# asterisk needs an openssl-enabled libsrtp
>> +ifeq ($(BR2_PACKAGE_LIBSRTP)$(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yyx)
> 
> Any reason to exclude static linking configurations here? This is not
> explained in the commit log.

Hi Thomas,

openssl support in libsrtp depends on libdl:
https://git.buildroot.net/buildroot/tree/package/libsrtp/libsrtp.mk#n27

Shall I sent v2?

Regards, Bernd




More information about the buildroot mailing list