wget: fix static link with gnutls
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>
Tue, 8 Nov 2016 18:36:42 +0000 (00:06 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 11 Nov 2016 21:33:26 +0000 (22:33 +0100)
commit7afacefb9c21079645e2ef1bd855aa65e6e6bac9
tree352e0c9ac642275e681e8c98c6419c5f5f011136
parent2f257ec7d7334472effe756c6c789ea7da9ff215
wget: fix static link with gnutls

When statically linking with gnutls, we get definition clash error for
base64_encode which is also defined by gnutls.

This commit adds patch to rename base64_{encode,decode} defined in wget.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wget/0001-utils-rename-base64_-encode-decode.patch [new file with mode: 0644]