libsrtp: fix SHA1 functions conflicts with downstream packages
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 20 Apr 2016 15:22:47 +0000 (16:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 22 Apr 2016 13:12:03 +0000 (15:12 +0200)
commit08b7e4e534554cc4de09fa1fb081f88de6ab43d2
tree6e242bf56997cf79fa09473cb70c61af585a741d
parent0fb442c51d65b3cfa9effddc35ea19cd4d77e73e
libsrtp: fix SHA1 functions conflicts with downstream packages

Our current version of libsrtp is preventing linphone to build causing
an error like this one:

configure:12952: error: This libsrtp version exports symbols conflicting
with other libraries. Please use the one from
git://git.linphone.org/srtp.git

Backporting an upstream patch to rename the SHA1 functions to avoid
conflicts with downstream packages:

  https://github.com/cisco/libsrtp/commit/c270245a94ae9a007202754eb8f7ce9e48f97007

Fixes:

  http://autobuild.buildroot.net/results/773/7733ee4472834d26cf6bdd4ca557ac19f97290f8/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsrtp/0001-Rename-SHA1-functions-to-avoid-conflicts-with-downst.patch [new file with mode: 0644]