]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
motion: fix static link with gnutls
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 30 Oct 2016 20:10:00 +0000 (21:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 1 Nov 2016 15:19:44 +0000 (16:19 +0100)
commit5349756f70fd82f05a753de1fa40e4fcf757cb9b
tree78ee909b3ce43691c514f73f9ea10c7a74023b16
parentbcb98949a6850e14431780ba53197f70f5f30401
motion: fix static link with gnutls

base64_encode is already defined in gnutls so rename it as
motion_base64_encode to prevent a definition clash when linking
statically with gnutls

Fixes:
  - http://autobuild.buildroot.org/results/592672b8826f4c731c50d29725da964d876573c4

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/motion/0002-Rename-base64_encode.patch [new file with mode: 0644]