libpjsip: fix static build failures due to name clash
authorLuca Ceresoli <luca@lucaceresoli.net>
Sat, 11 Nov 2017 23:06:31 +0000 (00:06 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Nov 2017 20:46:15 +0000 (21:46 +0100)
commit8d44fb66085723b87efd8d111db50fdba7fa63ea
treec07f241e09b9456b77d99d66fd0dbd641b04f210
parentdbd9915caa884073e4a644086a5783fb687d76f0
libpjsip: fix static build failures due to name clash

Several packages have a similar md5.c file, and each has a function
named byteReverse(). This generates link errors when building
statically ("multiple definition of `byteReverse'").

Fix by applying a patch from upstream:
  https://trac.pjsip.org/repos/changeset/5688

Fixes:
  http://autobuild.buildroot.org/results/5d7/5d72e0f8517a555399978d5a0e9f7efd0a278189/
  http://autobuild.buildroot.org/results/c47/c47ccbb9b40011cf0d79c7040bed061ddefd9629/
  http://autobuild.buildroot.org/results/419/419ab2c0e034cc68991281c51caa8271b0fadbab/

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libpjsip/0001-Fixed-possible-function-name-clash.patch [new file with mode: 0644]