libmicrohttpd: fix static linking with gnutls
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 09:24:36 +0000 (10:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 09:29:46 +0000 (10:29 +0100)
commit2d3d6d258bb9c03b51b14c810c60be85ca46338b
tree698a9eae7954194794b10bdd890dd93bd4da6909
parent8290f2ea112dac347e52a4e0ae8a71a6bb2dc86e
libmicrohttpd: fix static linking with gnutls

Fixes http://autobuild.buildroot.net/results/f5a/f5a135647867ca98ce6189bb343a631ce6a47e23/

gnutls links to a number of libraries depending on configuration (pthread,
iconv, ..), so we need to link against those as well when statically
linking.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libmicrohttpd/libmicrohttpd.mk