civetweb: fix static linking with openssl
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Sep 2013 12:16:17 +0000 (14:16 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Sep 2013 12:16:17 +0000 (14:16 +0200)
commit3cf5b3019118cdc980666d7a1ccfd29f658d0261
treeccb4c128a409106cc63f4fa9657e3bf4bb8eee4f
parenteb8208bf1d5420bef2eddaa6dc6a7a3eb8a6cf37
civetweb: fix static linking with openssl

Fixes http://autobuild.buildroot.net/results/acf/acfefc4f0f23ef646094ec427c9502eab7b86736/

Corrects a number of issues with the openssl handling:
 - Libraries have to be listed after the object files using them, so pass
   openssl linker statements in LIBS rather than COPT
 - Openssl support library is libcrypto, not libcrypt
 - Openssl need zlib

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/civetweb/civetweb.mk