summaryrefslogtreecommitdiffstats
path: root/package/libpjsip/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* libpjsip: depend on libsrtpLuca Ceresoli2016-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | libpjsip needs libsrtp to build, but it bundles a libsrtp version in case one is not found during the configure step. The Buildroot policy in such cases is to force using the external package, so forcibly depend on libsrtp. Adding --with-external-srtp also fixes libpjsip not correctly the libsrtp installed in staging, which shows up with the symptom: .../libpjmedia.so: undefined reference to `srtp_deinit' collect2: error: ld returned 1 exit status Fixes: http://autobuild.buildroot.org/results/305/305fdc8442cd2e8f51b90485be0dca83ffa36603/ http://autobuild.buildroot.org/results/a2f/a2f407c1361ac5c24af122445e84645e9aee309d/ ...and many other similar autobuild failures. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpjsip: needs threadsLuca Ceresoli2016-03-081-2/+3
| | | | | | | | | | | | | | | | Builds without thread support fail with the following error: ../src/pj/os_core_unix.c:45:21: fatal error: pthread.h: No such file or directory #include <pthread.h> ^ compilation terminated. Fixes: http://autobuild.buildroot.org/results/744/744431e1b47d22222c4d0b48d5d20649dfeed929/ http://autobuild.buildroot.org/results/a10/a10aca9139054502e055cb61f3925637fc515e12/ Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libpjsip: new packageBernd Kuhls2016-03-051-0/+12
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud